更改jeecg-boot-starter3依赖

This commit is contained in:
kezhijie
2023-11-13 15:34:25 +08:00
parent 4a6c750b19
commit 098bb12b9e
16 changed files with 381 additions and 46 deletions

View File

@ -19,7 +19,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: @config.server-addr@
server-addr: localhost:8848
metadata:
user.name: ${spring.security.user.name}
user.password: ${spring.security.user.password}

View File

@ -15,7 +15,7 @@
<!-- 引入jeecg-boot-starter-cloud依赖 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
<artifactId>jeecg-boot-starter3-cloud</artifactId>
<!--system模块需要排除jeecg-system-cloud-api-->
<exclusions>
<exclusion>
@ -27,17 +27,17 @@
<!--定时任务-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-job</artifactId>
<artifactId>jeecg-boot-starter3-job</artifactId>
</dependency>
<!--rabbitmq消息队列-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
<artifactId>jeecg-boot-starter3-rabbitmq</artifactId>
</dependency>
<!-- 分布式锁依赖 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-lock</artifactId>
<artifactId>jeecg-boot-starter3-lock</artifactId>
</dependency>
</dependencies>

View File

@ -15,7 +15,7 @@
<!--rabbitmq消息队列-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
<artifactId>jeecg-boot-starter3-rabbitmq</artifactId>
</dependency>
</dependencies>

View File

@ -18,12 +18,12 @@
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-cloud</artifactId>
<artifactId>jeecg-boot-starter3-cloud</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-seata</artifactId>
<artifactId>jeecg-boot-starter3-seata</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
</dependencies>

View File

@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-shardingsphere</artifactId>
<artifactId>jeecg-boot-starter3-shardingsphere</artifactId>
</dependency>
</dependencies>

View File

@ -5,9 +5,9 @@ server:
#数据源配置
spring:
datasource:
url: jdbc:mysql://jeecg-boot-mysql:3306/xxl_job?Unicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
url: jdbc:mysql://172.16.10.227:3306/xxl_job?Unicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
username: ${MYSQL-USER:root}
password: ${MYSQL-PWD:root}
password: ${MYSQL-PWD:root@2023}
driver-class-name: com.mysql.jdbc.Driver
type: com.zaxxer.hikari.HikariDataSource
hikari: