Java框架-Spring的jdbc、連接池及事務管理

1. Spring的AOP編程 1.1 純xml編程 <!--通知配置類型--> <aop:config> <!--設置切面--> <aop:aspect ref="logger"> <!--設置切入點表達式--> <aop:pointcut id="pt" expression="execution(* com.azure..*ServiceImp
相關文章
相關標籤/搜索