From 8f6e4d410f70d4310c4f2c083afd528fac062e0a Mon Sep 17 00:00:00 2001
From: 2019232 <zh123456>
Date: Wed, 14 Dec 2022 17:39:26 +0800
Subject: [PATCH] 合约
---
src/main/resources/application.yml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c358c69..cf5cc8b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 8080
+ port: 8096
tomcat:
uri-encoding: utf-8
@@ -16,6 +16,8 @@
aop:
proxy-target-class: true
+ messages:
+ basename: i18n/message
mybatis-plus:
type-aliases-package: cc.mrbird.febs.*.entity
@@ -26,7 +28,6 @@
banner: false
db-config:
select-strategy: not_empty
-
logging:
level:
com:
--
Gitblit v1.9.1