摘要:
spring boot 版本 2.2.5.RELEASE 初始化文件 schema.sql 放在项目resources下 drop table users if exists; drop table goods if exists; create table users ( id bigint au 阅读全文
摘要:
springboot 多模块项目打包时遇到 [ERROR] 'packaging' with value 'jar' is invalid. Aggregator projects require 'pom' as packaging. @ line 3, column 102 在parent 项目 阅读全文