application.yml 522 B

12345678910111213141516171819202122232425262728293031
  1. #mybatis-plus配置
  2. mybatis-plus:
  3. mapper-locations: classpath:mappers/*.xml
  4. #实体扫描,多个package用逗号或者分号分隔
  5. typeAliasesPackage: com.ims.eval.entity,com.ims.**.entity
  6. #swagger扫描路径配置
  7. swagger:
  8. base-packages:
  9. - com.ims.eval
  10. spring:
  11. cloud:
  12. gateway:
  13. httpclient:
  14. connect-timeout: 1000
  15. response-timeout: 5s
  16. iam:
  17. active: dev
  18. gateway-url:
  19. dev: http://10.65.78.23:18600/
  20. pro: http://10.65.79.83:86/
  21. menu:
  22. dev: 10105
  23. pro: 6802