From 16d63fc9b9ef62c7c7dd7cedeece5b6d59b7b7b8 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 30 十二月 2025 15:19:07 +0800
Subject: [PATCH] no message

---
 src/main/webapp/views/index.html       |    2 +-
 src/main/resources/application-dev.yml |    4 ++--
 pom.xml                                |   10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a00ac1..edb4b13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,11 +39,11 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-aop</artifactId>
         </dependency>
-        <dependency>
-            <groupId>cn.cool</groupId>
-            <artifactId>framework</artifactId>
-            <version>${cool.version}</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.cool</groupId>-->
+<!--            <artifactId>framework</artifactId>-->
+<!--            <version>${cool.version}</version>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 8301d8b..07853e1 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 8081
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -12,7 +12,7 @@
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
     username: sa
     password: sa@123
-    url: jdbc:sqlserver://127.0.0.1:1433;databasename=wms
+    url: jdbc:sqlserver://192.168.4.15:1433;databasename=jxhcwms
   mvc:
     static-path-pattern: /**
   redis:
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 7e45a9a..b1f51be 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -98,7 +98,7 @@
   <div class="layui-body"></div>
   <!-- 搴曢儴 -->
   <div class="layui-footer layui-text">
-    copyright 漏 2022 <a href="https://www.superton.cn/" target="_blank">娴欐睙涓壃绔嬪簱鏈夐檺鍏徃</a> all rights reserved.
+    copyright 漏 2022 <a href="https://www.superton.cn/" target="_blank">瀵肩嚎澧欒蒋浠剁郴缁�</a> all rights reserved.
     <span class="pull-right">Version 1.0.0</span>
   </div>
 

--
Gitblit v1.9.1