链接:https://pan.baidu.com/s/15lfZaseWlZxZ8N209oLUkQ
提取码:gt3j
点击数据库连接配置
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/你的数据库名字?useUnicode=true&characterEncoding=utf-8
user=root 账户
password=111 密码
修改Constant
public class Constant {
//当前工作空间
public static String template_path = "D:\\java\\T109\\code-parent\\src\\main\\resources\\itrip";
//保存的路径。
public static String service_save_path = "D://java//newitrip//service";
public static String mapper_save_path = "D://java//newitrip//dao";
public static String model_save_path = "D://java//newitrip//pojo";
}