From bf5b01b14dc7bfc214e646425a62f5593890d7e3 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期六, 08 十一月 2025 22:05:37 +0800
Subject: [PATCH] 清洗数据库日期错误,并且导入日期通用化处理
---
src/main/resources/application.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 356581b..b6689d5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,10 +1,10 @@
-server:
- port: 8080
-
logging:
level:
com.example: debug
file: log/my.log
+
+server:
+ port: 3030
j2cache:
config-location: classpath:/j2cache.properties
@@ -15,6 +15,7 @@
line-nodes: 10
area-width: 5000
configPath: config.properties
+ tmp-path: templateFile/
spring:
profiles:
--
Gitblit v1.9.1