From a9862e81851bbe037edc6bb1c7f562c1e55c0d7f Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期一, 19 九月 2022 18:44:18 +0800 Subject: [PATCH] 增加日志和redis --- src/main/resources/application.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 670e79d..9a795b9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,13 +2,15 @@ spring.datasource.url = jdbc:mysql://localhost:3306/ffPark?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 spring.datasource.username = root -spring.datasource.password = wanghaojie +spring.datasource.password = rootroot #spring.datasource.url = jdbc:mysql://39.92.96.240:3306/ffpark?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8 #spring.datasource.username = boying #spring.datasource.password = 2009boying spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver + +spring.redis.host= 127.0.0.1 #鏈�澶ц繛鎺ユ暟 spring.datasource.max-active=20 @@ -33,4 +35,7 @@ #瀹氫箟涓婁紶鏂囦欢澶у皬 spring.servlet.multipart.max-file-size: 1024MB -spring.servlet.multipart.max-request-size: 1024MB \ No newline at end of file +spring.servlet.multipart.max-request-size: 1024MB + +#鏃ュ織鏂囦欢 +systemlog.logPath=/Users/kongdeqiang/Desktop/ \ No newline at end of file -- Gitblit v1.9.1