云文件系统初始化

This commit is contained in:
2026-04-02 21:23:12 +08:00
parent e34d840c67
commit 6addb74d32
2 changed files with 5 additions and 4 deletions

View File

@@ -102,6 +102,7 @@
</dependencies>
<build>
<finalName>systemFile</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>

View File

@@ -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: