From 40596bf475d33ce22c3526e00c8eb9fa9e567a0e Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期一, 08 四月 2024 13:54:57 +0800
Subject: [PATCH] mybatis

---
 deploy-jar-template/src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy-jar-template/src/main/resources/application.yml b/deploy-jar-template/src/main/resources/application.yml
index 8bc0bdc..55db90a 100644
--- a/deploy-jar-template/src/main/resources/application.yml
+++ b/deploy-jar-template/src/main/resources/application.yml
@@ -1,7 +1,7 @@
 spring:
   profiles:
 #    active: oracle
-#    active: dev
-    active: master
+    active: dev
+#    active: master
 #    active: test
 

--
Gitblit v1.9.1