云文件系统初始化

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> </dependencies>
<build> <build>
<finalName>systemFile</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

View File

@@ -1,11 +1,11 @@
server: server:
port: 8080 port: 18080
spring: spring:
datasource: datasource:
url: jdbc:mysql://127.0.0.1:33069/prd?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true url: jdbc:mysql://192.168.31.182:13306/system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&createDatabaseIfNotExist=true
username: root username: dream
password: root_dream password: info_dream
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
data: data: