XT-xutao

如果使用application.yml:

1 spring:
2   datasource:
3      u...
4 mybatis:
5   mapper-locations: classpath:dataImpl/*/*Mapper.xml
6 server:
7     port: 8081

如果使用applicatoin.properties:

1 server.port=9090

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-23
  • 2021-08-18
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2021-12-28
  • 2021-12-05
相关资源
相似解决方案