feat: 项目初始化

This commit is contained in:
2025-11-28 17:35:39 +08:00
parent 3ea0202709
commit 32fba5f65d
41 changed files with 1305 additions and 0 deletions

View File

@ -0,0 +1,21 @@
server:
port: 8080
servlet:
context-path: /
spring:
application:
name: dolphin-compose
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://110.42.60.129:10002/postgres
username: postgres
password: postgres
data:
redis:
host: 110.42.60.129
port: 10001
database: 0
password: 123456