1
zj
2024-08-08 a9e9e1207ce417388b1d8f03df5833cea24939b7
websocketSerivce/src/main/resources/application.yml
@@ -1,6 +1,5 @@
server:
  # 服务器的HTTP端口,默认为8090
  port: 8001
  port: 8080
spring:
  datasource:
@@ -51,3 +50,6 @@
          config:
            multi-statement-allow: false
mybatis:
  mapper-locations: classpath:/mappers/*.xml # Mapper XML文件的位置
  type-aliases-package: com.example.demo.entity # 实体类的包路径