maven在对parent工程clean之后,进行install,Common工程报错Unable to find main class,因为Common工程是一些常用工具类,所以没有添加启动类。
在网上搜索到了解决方法:把父工程的pom文件中
org.springframework.boot spring-boot-maven-plugin

maven在对parent工程clean之后,进行install,Common工程报错Unable to find main class,因为Common工程是一些常用工具类,所以没有添加启动类。
在网上搜索到了解决方法:把父工程的pom文件中
org.springframework.boot spring-boot-maven-plugin