From 6bda276c3bf3eae698ea192ba5469e92ac039147 Mon Sep 17 00:00:00 2001 From: ck <851316342@qq.com> Date: Sun, 4 Apr 2021 15:06:03 +0800 Subject: [PATCH] UP --- src/main/resources/application-production.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application-production.yml b/src/main/resources/application-production.yml index 82ad789..2b1ce22 100644 --- a/src/main/resources/application-production.yml +++ b/src/main/resources/application-production.yml @@ -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