代码优化-改名
This commit is contained in:
@@ -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
|
|
||||||
@@ -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>
|
||||||
17
example/mqtt-car/src/main/resources/application-prod.yml
Normal file
17
example/mqtt-car/src/main/resources/application-prod.yml
Normal 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
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user