增加配置:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
spring-boot多模块打包后,无法找到其他模块中的类
在build -> plugin里面增加配置
<configuration>
<classifier>exec</classifier>
</configuration>
增加配置:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
spring-boot多模块打包后,无法找到其他模块中的类
在build -> plugin里面增加配置
<configuration>
<classifier>exec</classifier>
</configuration>