1
zj
2024-08-03 388cab2e8ce85f138f4d1bc3bfbf6acd0778467f
websocketSerivce/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8091
  port: 8080
spring:
  datasource:
@@ -50,3 +50,6 @@
          config:
            multi-statement-allow: false
mybatis:
  mapper-locations: classpath:/mappers/*.xml # Mapper XML文件的位置
  type-aliases-package: com.example.demo.entity # 实体类的包路径