########################################################## ################## 所有profile共有的配置 ################# ########################################################## spring: profiles: active: dev datasource: driver-class-name: com.mysql.jdbc.Driver jms: pub-sub-domain: true aop: proxy-target-class: true #false为启用jdk默认动态代理,true为cglib动态代理 ################### mybatis-plus配置 ################### ################### guns配置 ################### mybatis-plus: global-config: enable-sql-runner: true db-config: insert-strategy: not_empty update-strategy: not_empty where-strategy: not_empty logic-delete-field: is_del #全局逻辑删除实体字段名 logic-delete-value: 1 #逻辑已删除值 logic-not-delete-value: 0 #逻辑未删除值 mybatis-plus: sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector casic: kaptcha-open: true #是否开启登录时验证码 (true/false) file-upload-path: d:/tmp #文件上传目录(不配置的话为java.io.tmpdir目录) batchNumber: 200 nologin-urls: /user/login,/kaptcha,/config/baseConfig,/appDeviceLog/listPage