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