From 83a5abea31bf14c78572d3a4c5fdf14afb97c82f Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 11 一月 2025 10:58:15 +0800
Subject: [PATCH] 增加登录日志和错误次数校验

---
 src/main/resources/application-pro.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index 62a316d..d5033e8 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -1,6 +1,6 @@
 ##########################  闄曡タ鏌炴按鍘�   ##########################
 server:
-  port: 8090
+  port: 8091
   jetty:
     max-http-post-size: 209715200
   tomcat:
@@ -9,7 +9,7 @@
   datasource:
     #涓绘暟鎹簮
     primary:
-      url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false
+      url: jdbc:mysql://127.0.0.1:3306/igds_api_2024?useUnicode=true&characterEncoding=utf-8&useSSL=false
       driver-class-name: com.mysql.jdbc.Driver
       username: root
       password: Fzzy@#$%5432..K

--
Gitblit v1.9.3