You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bsdgy-server/src/main/resources/application-prod.yml

23 lines
430 B
YAML

6 years ago
logging:
level:
root: warn
6 years ago
6 years ago
mybatis:
mapperLocations: classpath:mapper/*.xml
spring:
datasource:
6 years ago
url: jdbc:mysql://10.101.8.44/ic?characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true
6 years ago
username: mysql
password: mysql2020
6 years ago
driver-class-name: com.mysql.jdbc.Driver
hikari:
maximum-pool-size: 80
minimum-idle: 10
6 years ago
##开发环境
server:
port: 8080
servlet:
6 years ago
context-path: /