From 0e6be9f75b84ebdf6ed3943853d514966134da34 Mon Sep 17 00:00:00 2001
From: 18516761980 <tqsxp@163.com>
Date: 星期五, 23 九月 2022 14:05:13 +0800
Subject: [PATCH] #
---
pom.xml | 1 +
src/main/resources/application.yml | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 63393e3..e19bcf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.1.3.RELEASE</version>
</plugin>
</plugins>
</build>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9e9020a..404f668 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -12,7 +12,7 @@
enabled: false
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://192.168.4.15:1433;databasename=gzynasrs
+ url: jdbc:sqlserver://localhost:1433;databasename=gzynasrs
username: sa
password: sa@123
mvc:
--
Gitblit v1.9.1