spring项目中引入AspectJ相关的Maven依赖【复制即可】

2021-06-04 03:03

阅读:664

标签:log   nal   core   common   tps   https   net   程序   cee   

通过Webapp骨架创建Maven的项目,所以不用全部复制,若是使用AspectJ的话,就直接复制我标记的依赖就可以了。

xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0

org.example
Spring1
1.0-SNAPSHOT
war

Spring1 Maven Webapp

http://www.example.com


UTF-8
1.7
1.7



org.springframework
spring-aspects
5.2.7.RELEASE


org.aspectj
aspectjtools
1.9.5


aopalliance
aopalliance
1.0


org.aspectj
aspectjweaver
1.9.0


cglib
cglib
3.3.0


org.springframework
spring-aop
4.3.14.RELEASE


junit
junit
4.12
test


commons-logging
commons-logging
1.2


org.springframework
spring-beans
4.3.14.RELEASE


org.springframework
spring-context
4.3.14.RELEASE


org.springframework
spring-core
4.3.14.RELEASE


org.springframework
spring-expression
4.3.14.RELEASE


com.alibaba
druid
1.1.23


mysql
mysql-connector-java
5.1.49



Spring1



maven-clean-plugin
3.1.0



maven-resources-plugin
3.0.2


maven-compiler-plugin
3.8.0


maven-surefire-plugin
2.22.1


maven-war-plugin
3.2.2


maven-install-plugin
2.5.2


maven-deploy-plugin
2.8.2





————————————————
版权声明:本文为CSDN博主「一个长不胖的程序YUAN」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_43012792/article/details/107621473

spring项目中引入AspectJ相关的Maven依赖【复制即可】

标签:log   nal   core   common   tps   https   net   程序   cee   

原文地址:https://www.cnblogs.com/telwanggs/p/14665403.html


评论


亲,登录后才可以留言!