官网 https://springboot.plus/guide/quick-start.html
项目git https://github.com/geekidea/spring-boot-plus
数据库git https://gitee.com/geekidea/spring-boot-plus/blob/master/docs/db/mysql_spring_boot_plus.sql
项目模块说明
admin: SpringBootAdmin Server启动模块bootstrap: 项目启动模块config: 项目配置模块distribution:项目打包模块,打包时,请先选中Maven Profiles中的release和对应环境example: 业务自定义模块,自己的业务代码可在example下进行,也可以再创建模块framework: 项目核心框架模块generator: 代码生成模块,启动类:SpringBootPlusGenerator,请根据实际情况进行配置scheduled: 任务调度模块system: 系统管理模块1、项目导入idea后选择profiles启动方式。dev、prod和test等对应的config模块中不同的yml文件。其中appliaction.yml是通用配置文件。
2、修改dev配置文件中的为启动地址。本机启动改为127.0.0.1即可。
3、bootstrap为启动模块,运行bootstrap模块中的SpringBootPlusApplication即可启动。和Springboot中application同理为入口类。