代码优化-改名

This commit is contained in:
zc
2025-12-16 16:31:08 +08:00
parent c9baa6a89e
commit cb619195fd
57 changed files with 19 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.33.96:3306/xa_cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: Xahg2024.
data:
redis:
host: 192.168.33.96
port: 6379
password:
database: 1

View File

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>mica-mqtt-server-spring-boot-example</artifactId> <artifactId>mqtt-car</artifactId>
<parent> <parent>
<groupId>org.dromara.mica-mqtt</groupId> <groupId>org.dromara.mica-mqtt</groupId>

View File

@@ -0,0 +1,17 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/jl_cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
#xa
# password: Xahg2024.
#jl
# password: JL202509jj
#td
password: td@JJ2024
data:
redis:
host: 127.0.0.1
port: 6379
password:
database: 1

View File

@@ -25,7 +25,7 @@
<modules> <modules>
<module>mica-mqtt-client-spring-boot-example</module> <module>mica-mqtt-client-spring-boot-example</module>
<module>mica-mqtt-server-spring-boot-example</module> <module>mqtt-car</module>
</modules> </modules>
<dependencyManagement> <dependencyManagement>