父工程pom文件中spring context依赖被设置成provide,会导致子项目无法运行,疑似配置问题

3.4.0-release
Tom 1 month ago
parent 1f4ba7bed7
commit 83d4587f1f

@ -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