Pixing77 / a

MIT License
0 stars 0 forks source link

Springboot #1

Open Pixing77 opened 3 months ago

Pixing77 commented 3 months ago

声明事务类即自动开启事务 @Transactional

AOP 需要另建一个AOP类加 @Component @Aspect 方法上加 @Before("execution( com..service..*(..))")