1
zj
2024-08-05 edaa364ccc37fe5372bca577482dd5d7142425cd
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 # 实体类的包路径