您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
28 行
626 B
28 行
626 B
spring:
|
|
redis:
|
|
host: 127.0.0.1
|
|
password: 123456
|
|
port: 6379
|
|
jpa:
|
|
database-platform: org.hibernate.dialect.MySQLDialect
|
|
show-sql: true
|
|
hibernate:
|
|
ddl-auto: update
|
|
datasource:
|
|
druid:
|
|
url: jdbc:mysql://13.58.87.174:3306/spcloud
|
|
username: root
|
|
password: booszy
|
|
application:
|
|
name: springcloud-provider-config
|
|
profiles:
|
|
active: production
|
|
logging:
|
|
level:
|
|
root: info
|
|
org.hibernate : info
|
|
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
|
|
org.hibernate.type.descriptor.sql.BasicExtractor: TRACE
|
|
com.yasaka.stock : debug
|
|
server:
|
|
port: 8100
|