|
@@ -53,8 +53,8 @@ spring:
|
|
|
min-idle: 0
|
|
|
mybatis:
|
|
|
mapperLocations: classpath:config/mybatis/*.xml
|
|
|
-# configuration:
|
|
|
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
+ configuration:
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
logging:
|
|
|
config: classpath:logback-spring.xml
|
|
@@ -63,7 +63,7 @@ logging:
|
|
|
yq-pay:
|
|
|
pay-host: https://qyfapi.95epay.com
|
|
|
query-host: https://qyfquery.95epay.com
|
|
|
- notify-url: http://47.99.212.176:9000/yqpay/notify #通知
|
|
|
+ notify-url: http://47.99.212.176:9000/api/yqpay/notify #通知
|
|
|
return-host: http://testpay.dayaedu.com #支付返回
|
|
|
merno: 0021677
|
|
|
|