feat: 项目初始化
This commit is contained in:
21
dolphin-compose/src/main/resources/application.yml
Normal file
21
dolphin-compose/src/main/resources/application.yml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user