Merge pull request #3926 from hczlovesjesus/master

父工程pom文件中spring context依赖被设置成provide,会导致子项目无法运行,疑似配置问题
3.4.0-release
许雪里 1 month ago committed by GitHub
commit aa954c9644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -132,7 +132,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
</dependency>
<!-- mybatis-startermybatis + mybatis-spring + hikaridefault -->

Loading…
Cancel
Save