mirror of https://gitee.com/stylefeng/guns
【7.6.0】简化pom.xml
parent
f6c9efef75
commit
930c248c2f
180
pom.xml
180
pom.xml
|
@ -31,17 +31,10 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--认证和鉴权模块-->
|
<!--系统管理基础业务-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>auth-spring-boot-starter</artifactId>
|
<artifactId>system-spring-boot-starter</artifactId>
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--安全模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>security-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
<version>${roses.kernel.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -52,163 +45,11 @@
|
||||||
<version>${roses.kernel.version}</version>
|
<version>${roses.kernel.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--数据源连接和dao框架-->
|
<!--缓存,默认增加内存缓存-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>db-spring-boot-starter</artifactId>
|
<artifactId>cache-spring-boot-starter-memory</artifactId>
|
||||||
<version>${roses.kernel.version}</version>
|
<version>${roses.kernel.version}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>flyway-core</artifactId>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.flywaydb</groupId>
|
|
||||||
<artifactId>flyway-core</artifactId>
|
|
||||||
<version>${flyway.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--文件管理-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>file-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--资源扫描-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>scanner-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--pinyin工具类-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>pinyin-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--字典业务-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>dict-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--参数校验模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>validator-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--系统管理基础业务-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>system-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--c端用户-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>customer-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--办公处理-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>office-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--日志模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>log-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--定时任务-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>timer-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--短信模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>sms-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--消息通知-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>message-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--Socket模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>socket-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--wrapper工具-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>wrapper-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--多语言模块-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>i18n-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--多数据源配置-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>ds-container-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--硬件信息获取-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>monitor-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--演示环境api-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>demo-api</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--默认增加内存缓存-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>memory-cache-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--演示环境的业务,可选依赖-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>demo-spring-boot-starter</artifactId>
|
|
||||||
<version>${roses.kernel.version}</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--数据库驱动,可根据自己需要自行删减-->
|
<!--数据库驱动,可根据自己需要自行删减-->
|
||||||
|
@ -218,22 +59,19 @@
|
||||||
<version>${mysql-connector-java.version}</version>
|
<version>${mysql-connector-java.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--数据库驱动-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--Properties自动扫描-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.projectlombok</groupId>
|
|
||||||
<artifactId>lombok</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -252,6 +90,12 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- 如果没有该项配置,则devtools不会起作用,即应用不会restart -->
|
<!-- 如果没有该项配置,则devtools不会起作用,即应用不会restart -->
|
||||||
<fork>true</fork>
|
<fork>true</fork>
|
||||||
|
<excludes>
|
||||||
|
<exclude>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue