您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
24 行
558 B
24 行
558 B
spring:
|
|
jpa:
|
|
database-platform: org.hibernate.dialect.MySQLDialect
|
|
show-sql: true
|
|
hibernate:
|
|
ddl-auto: update
|
|
datasource:
|
|
druid:
|
|
url: jdbc:mysql://localhost: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
|