Compare commits

..

No commits in common. '019be22b0de7e2d08dad0f024b6a1f7c60c3dfd2' and '168785a8cce0963ebe4cfa911f6c98761227d051' have entirely different histories.

@ -4,5 +4,5 @@ public class AppConstant {
// 这里的files和下面FILE_MAP的files要一致
public final static String FILE_URL = "http://localhost:8888/upload/";
public final static String FILE_MAP = "/upload/**";
public final static String FILE_PATH = "./upload/";
public final static String FILE_PATH = "D:/documentManager/upload/";
}

@ -7,7 +7,7 @@ server:
max-http-header-size: 16000
spring:
datasource:
url: jdbc:sqlite:Sqlitedb/training.db
url: jdbc:sqlite:D:/documentManager/Sqlitedb/training.db
username: root
password: 123456
driver-class-name: org.sqlite.JDBC
@ -59,7 +59,7 @@ upload:
export:
path: /tmp/export/
localFilePath: upload/
localFilePath: D:/documentManager/upload/
wx:
BASE_URI: https://api.weixin.qq.com

Loading…
Cancel
Save