You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
558 B
24 lines
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
|