server: port: 8087 spring: profiles: active: dev #开发环境配置文件 # active: test #测试环境配置文件 # active: pro #生产环境配置文件 application: name: access_record_api datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://172.16.20.69:3306/access_record_api?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8 username: root password: chuanghai@2022 # driver-class-name: com.mysql.cj.jdbc.Driver # url: jdbc:mysql://127.0.0.1:3306/access_record_api?characterEncoding=utf-8&useSSL=FALSE&useAffectedRows=TRUE&allowMultiQueries=true&serverTimezone=GMT%2B8 # username: root # password: root servlet: multipart: enabled: true file-size-threshold: 0 max-file-size: 10MB max-request-size: 10MB mybatis-plus: configuration: # 驼峰命名和底杠命名自动转换 map-underscore-to-camel-case: true # Mybatis默认简单日志 # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #mybatis 的运行日志,测试时需注释 # MyBatis 自动映射策略,通过该配置可指定 MyBatis 是否并且如何来自动映射数据表字段与对象的属性,总共有 3 种可选值: # AutoMappingBehavior.NONE:不启用自动映射 # AutoMappingBehavior.PARTIAL:只对非嵌套的 resultMap 进行自动映射 # AutoMappingBehavior.FULL:对所有的 resultMap 都进行自动映射 auto-mapping-behavior: full global-config: db-config: # MybatisPlus 设置全局主键生成策略:自增 id-type: auto # 逻辑删除字段名 logic-delete-field: isDeleted # 逻辑删除字面值:未删除为0 logic-not-delete-value: 0 # 逻辑删除字面值:删除为1 logic-delete-value: 1 #微校相关配置 weixiao: app_key: DB60250B489345ED response_type: code scope: snsapi_sso ocode: 1015730314 app_secret: 68ED5D4B98DD8817C1558A8FCAF9D1BF redirect_uri: http://5d519a3d.cpolar.top/