24 lines
531 B
Properties
24 lines
531 B
Properties
#\u9ED8\u8BA4\u4E3A\u5F00\u53D1\u73AF\u5883
|
|
spring.profiles.active=dev
|
|
|
|
#===server start===
|
|
http.port=8085
|
|
#===server end===
|
|
|
|
#===mybatis start===
|
|
mybatis.mapper-locations=classpath:dao/*.xml,classpath*:com/**/mapper/*.xml
|
|
#===mybatis end===
|
|
|
|
#===redis custom key start===
|
|
redis.key.prefix.authCode=portal:authCode:
|
|
redis.key.prefix.orderId=portal:orderId:
|
|
authCode.expire.seconds=90
|
|
#===redis custom key end===
|
|
|
|
#===rabbitmq queue name start===
|
|
rabbitmq.queue.name.cancelOrder="cancelOrderQueue"
|
|
#===rabbitmq queue name end===
|
|
|
|
|
|
|