server: tomcat: uri-encoding: utf-8 spring: application: name: base-handler profiles: active: develop http: multipart: maxFileSize: 100Mb maxRequestSize: 1000Mb # autoconfigure: # exclude: org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration cloud: nacos: # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 discovery: server-addr: 127.0.0.1:8848 # Nacos 服务器地址 group: DEFAULT_GROUP namespace: 342d427e-a226-4ade-8963-b38353acecc7 config: server-addr: ${spring.cloud.nacos.discovery.server-addr} # Nacos 服务器地址 group: ${spring.cloud.nacos.discovery.group} namespace: ${spring.cloud.nacos.discovery.namespace} # Nacos 命名空间 dev 的编号 file-extension: yaml mybatis: root-path: com.mortals type-aliases-package: com.mortals.framework.model,com.mortals.xhx.common.**.model,com.mortals.xhx.**.model mapper-locations: classpath*:sqlmap/**/*.xml config-location: classpath*:config/mybatis-sqlmap-config.xml service: provider: cacheClass: com.mortals.framework.service.impl.RedisCacheServiceImpl