24282 2 years ago
parent
commit
f15261b409
1 changed files with 0 additions and 21 deletions
  1. 0 21
      src/main/resources/application.yml

+ 0 - 21
src/main/resources/application.yml

@@ -63,11 +63,6 @@ spring:
        max-file-size:  10MB
        # 设置总上传的文件大小
        max-request-size:  20MB
-  # 服务模块
-  devtools:
-    restart:
-      # 热部署开关
-      enabled: true
 
 # token配置
 token:
@@ -78,15 +73,6 @@ token:
   # 令牌有效期(默认30分钟)
   expireTime: 1440
 
-# MyBatis配置
-#mybatis:
-#    # 搜索指定包别名
-#    typeAliasesPackage: com.ruoyi.**.domain
-#    # 配置mapper的扫描,找到所有的mapper.xml映射文件
-#    mapperLocations: classpath*:mapper/**/*Mapper.xml
-#    # 加载全局的配置文件
-#    configLocation: classpath:mybatis/mybatis-config.xml
-
 # MyBatis Plus配置
 mybatis-plus:
   # 搜索指定包别名
@@ -104,13 +90,6 @@ pagehelper:
   supportMethodsArguments: true
   params: count=countSql
 
-# Swagger配置
-swagger:
-  # 是否开启swagger
-  enabled: true
-  # 请求前缀
-  pathMapping: /dev-api
-
 # 防止XSS攻击
 xss: 
   # 过滤开关