From c7b8a4efb1a942ff3c48652d45d0d0f4377c2ac0 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Fri, 5 Sep 2025 17:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=86=99=E5=A4=8D=E7=8E=B0=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0514fe4..e709448 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,20 +6,10 @@ server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javasc server.tomcat.max-connections=200 server.tomcat.threads.max=100 server.tomcat.threads.min-spare=10 +## Token +security.default-token=3774e79ac55aff6d1afc0f94bfaf131d +## MySQL spring.datasource.url=jdbc:mysql://crontab.club:33069/work?useSSL=false&serverTimezone=UTC&characterEncoding=utf8 spring.datasource.username=dream spring.datasource.password=info_dream spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver - -spring.web.resources.static-locations=classpath:/static/ - -# =============================== -# Logging -# =============================== -logging.level.root=INFO -logging.level.com.example.webssh=DEBUG -logging.file.name=logs/webssh.log -logging.pattern.file=%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n - - -security.default-token=3774e79ac55aff6d1afc0f94bfaf131d \ No newline at end of file