From 5cfda96a677601ff24d99c7be0b702fffb1c0bec Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 04 Dec 2022 01:49:09 +0800
Subject: [PATCH] fix
---
src/main/resources/application.yml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c57e9a0..cf5cc8b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,11 +1,11 @@
server:
- port: 8081
+ port: 8096
tomcat:
uri-encoding: utf-8
spring:
profiles:
- active: test
+ active: dev
thymeleaf:
cache: false
@@ -16,6 +16,8 @@
aop:
proxy-target-class: true
+ messages:
+ basename: i18n/message
mybatis-plus:
type-aliases-package: cc.mrbird.febs.*.entity
--
Gitblit v1.9.1