mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-07 22:07:55 +08:00
[fix] 修改数据库模型无法扫描命中问题
This commit is contained in:
parent
fc588be36d
commit
7679130dfc
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-network</artifactId>
|
<artifactId>wu-lazy-cloud-network</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-client</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
spring:
|
spring:
|
||||||
lazy:
|
lazy:
|
||||||
netty:
|
netty:
|
||||||
# inet-host: 192.168.17.221
|
inet-host: 127.0.0.1
|
||||||
# inet-port: 4923
|
inet-port: 7001
|
||||||
# inet-path: middleground-on-cloud-heartbeat-server
|
|
||||||
inet-host: 124.222.48.62 # 服务端地址
|
|
||||||
inet-port: 30676 #服务端端口
|
|
||||||
inet-path: middleground-on-cloud-heartbeat-server
|
inet-path: middleground-on-cloud-heartbeat-server
|
||||||
|
# inet-host: 124.222.48.62 # 服务端地址
|
||||||
|
# inet-port: 30676 #服务端端口
|
||||||
|
# inet-path: middleground-on-cloud-heartbeat-server
|
||||||
client-id: local # 客户端ID
|
client-id: local # 客户端ID
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-sample</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>top.wu2020</groupId>
|
<groupId>top.wu2020</groupId>
|
||||||
<artifactId>wu-lazy-cloud-heartbeat-server</artifactId>
|
<artifactId>wu-lazy-cloud-heartbeat-server</artifactId>
|
||||||
<version>1.2.1-JDK17-SNAPSHOT</version>
|
<version>1.2.2-JDK17-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ spring:
|
|||||||
password: laihui
|
password: laihui
|
||||||
database: 2
|
database: 2
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://127.0.0.1:3306/middleground_cloud_netty_server?allowMultiQueries=true&useUnicode=true&autoReconnect=true&useAffectedRows=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&databaseTerm=SCHEMA
|
url: jdbc:mysql://127.0.0.1:3306/lazy_cloud_netty_server?allowMultiQueries=true&useUnicode=true&autoReconnect=true&useAffectedRows=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&databaseTerm=SCHEMA
|
||||||
username: root
|
username: root
|
||||||
password: wujiawei
|
password: wujiawei
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user