master
ck 5 years ago
parent 982b9e8f22
commit 6bda276c3b

@ -1,19 +1,16 @@
server: server:
port: 8888 port: 8888
servlet:
context-path: /api/
tomcat: tomcat:
max-http-header-size: 16000 max-http-header-size: 16000
uri-encoding: UTF-8 uri-encoding: UTF-8
max-http-header-size: 16000 max-http-header-size: 16000
spring: spring:
datasource: datasource:
name: druidDataSource url: jdbc:sqlite:D:/Sqlitedb/training.db
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://47.100.216.66:3306/bsd_cases?useUnicode=true&characterEncoding=UTF-8
username: root username: root
password: Bsd@2019 password: 123456
driver-class-name: org.sqlite.JDBC
filters: stat,wall filters: stat,wall
max-active: 100 max-active: 100
initial-size: 1 initial-size: 1
@ -41,7 +38,7 @@ logging:
mybatis: mybatis:
type-aliases-package: com.bsd.cases.model type-aliases-package: com.jingcheng.cms.model
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true

Loading…
Cancel
Save