#dubbo conf dubbo: application: name: ypc-manager-api registry: address: zookeeper://192.168.163.137:2181 #picture upload conf spring: servlet: multipart: enabled: true max-file-size: 1MB max-request-size: 10MB datasource: username: root password: 123456 url: jdbc:mysql://192.168.163.137:3307/e3mall driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource #tomcat conf server: port: 8081 mybatis: config-location: classpath:mybatis/SqlMapConfig.xml mapper-locations: classpath:mybatis/mapper/*.xml