摘要: SpringCloud多模块项目打包报错Unable to find main class 把下面的删除,就不会报 找不到包了 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>mav 阅读全文
posted @ 2023-03-13 18:04 孔雀东南飞3 阅读(80) 评论(0) 推荐(0)
摘要: 代码生成器模板 public class CodeGenerator { @Test public void run() { // 1、创建代码生成器 AutoGenerator mpg = new AutoGenerator(); // 2、全局配置 GlobalConfig gc = new G 阅读全文
posted @ 2023-03-13 16:33 孔雀东南飞3 阅读(105) 评论(0) 推荐(0)