From b5326f8d497a6f6e97a487cb9c565fdae1dc4790 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 12 九月 2024 17:32:55 +0800 Subject: [PATCH] 添加基础类 --- src/main/resources/application.yml | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5626f6a..4568929 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,7 +10,30 @@ application: name: SimuServer +mybatis-plus: + type-aliases-package: com.se.ai.domain + config-location: classpath:mybatis.xml + mapper-locations: classpath:mapper/**/*.xml + +pagehelper: + autoDialect: true + autoRuntimeDialect: true + reasonable: true + supportMethodsArguments: true + params: count=countSql + +remote: + maxTotalConnect: 0 + maxConnectPerRoute: 1000 + connectTimeout: -1 + readTimeout: -1 + sys: ver: 0.1 path: - data: D:\simu \ No newline at end of file + data: D:\simu + +sedb: + url: http://106.120.22.26:8013/ + user: WUWEIWEI + pwd: WUWEIWEI -- Gitblit v1.9.3