云文件系统初始化
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -102,6 +102,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>systemFile</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 18080
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://127.0.0.1:33069/prd?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true
|
||||
username: root
|
||||
password: root_dream
|
||||
url: jdbc:mysql://192.168.31.182:13306/system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true
|
||||
username: dream
|
||||
password: info_dream
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user