12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- spring:
- profiles:
- active: local
- jackson:
- default-property-inclusion: non_null
- service:
- key: asdbnasdjandaknaksda98sd
- loginKey: sdanjlakdnskmdakmdaskl
- statusInitial: INITIAL
- statusNormal: NORMAL
- statusClose: CLOSE
- statusLock: LOCK
- statusDelete: status
- statusSuccess: SUCCESS
- statusFail: FAILURE
- businessTypeOff : OFFLINE
- businessTypeOn : ONLINE
- terminalCode: TERMINAL_ID
- storeCode: STORE_ID
- pwd: 00000000
- userName: kang.wang@allpayx.com
- merchantUser: MerchantUser
- storeUser: StoreUser
- pwdTime: 30
- loginNumber: 4
- currencyList: ['JPY',"KRW"]
- country: country
- propertyGroup: GROUP
- institutionCode: '000000'
- entityTypeAcquirer : A
- entityTypeMerchant : M
- consume: PURC
- refund: REFD
- logging:
- level:
- org.springframework.data.mongodb.core: debug
- #email
- spring.mail.host: smtp.exmail.qq.com
- spring.mail.username: web@allpayx.com
- spring.mail.password: Allpay123$%^
- spring.mail.subjectenv: local
- spring.mail.properties.mail.smtp.auth: true
- spring.mail.properties.mail.smtp.starttls.enable: false
- spring.mail.properties.mail.smtp.starttls.required: false
- spring.mail.properties.mail.debug: true
- spring.mail.properties.mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
- spring.mail.properties.mail.smtp.socketFactory.port: 465
|