You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- sme:
- machine-id: 1
- file-local-path: /data/files/smart/
- file-host: http://member.sumi168.cn
- file-url: ${sme.file-host}:${server.port}${server.servlet.context-path}/${sme.file-local-path}
-
- server:
- port: 10001
- servlet:
- context-path: /user
-
- feign:
- hystrix:
- enabled: false
- logging:
- level:
- smtweb: DEBUG
-
- spring:
- # 设置服务名
- application:
- name: smtweb-user
- main:
- allow-bean-definition-overriding: true
- mvc:
- static-path-pattern: /static/**
- redis:
- host: 127.0.0.1
- port: 6379
- datasource:
- user:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/smt_user?useUnicode=true&characterEncoding=utf-8&useTimezone=true&serverTimezone=CTT&allowMultiQueries=true
- username: smt
- password: smt_123456
-
- servlet:
- multipart:
- max-file-size: 104857600000
- max-request-size: 10485760000000
-
- swagger:
- name: smart
- version: 1.0.1
- enabled: false
-
- weixin:
- url: http://devpk.smart.smefdd.com
- appId: wx8d11474c01b92378
- appSecret: e1fa7bcdf27b46e7d69edad68ea8724b
-
|