From 5720c304962d7337287d1c66520a491e175ad172 Mon Sep 17 00:00:00 2001 From: dashan Date: Wed, 20 Sep 2023 10:00:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/main/resources/applic?= =?UTF-8?q?ation.properties'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1112 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 539d88b..cf15f1d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -31,7 +31,7 @@ spring.datasource.url=jdbc:mysql://10.0.11.5:3306/demo?useUnicode=true&character spring.datasource.username=demo spring.datasource.password=ds4810 # 应用服务 WEB 访问端口 -server.port=8080 +server.port=7878 mybatis.mapper-locations= classpath:mapper/*.xml mybatis.type-aliases-package=com.example.springbootthymeleaf.entity