From 738ac9519a80da21556ad7605acedba54423ab1d Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 02 九月 2023 14:33:03 +0800
Subject: [PATCH] 添加数简服务发布实体类及参数

---
 src/main/resources/application.yml |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 87d3695..9a1cffe 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -103,11 +103,6 @@
         deny:
 
 # mybatis
-#mybatis:
-#  type-aliases-package: com.moon.server.entity
-#  config-location: classpath:mybatis.xml
-#  mapper-locations: classpath:mapper/**/*.xml
-
 mybatis-plus:
   type-aliases-package: com.moon.server.entity
   config-location: classpath:mybatis.xml
@@ -117,13 +112,17 @@
 logging:
   config: classpath:logback-spring.xml
 
-# RestTemplate config
+# restTemplate config
 remote:
   maxTotalConnect: 0
   maxConnectPerRoute: 1000
   connectTimeout: 30000
   readTimeout: -1
 
+shujian:
+  ak: ak=mf72ff9295c740ec0f37e61433e8a3ad8d
+  url: http://172.16.2.10:50001/
+
 # 绯荤粺閰嶇疆
 sys:
   # 绠$悊鍛業D

--
Gitblit v1.9.3