linwe
2024-09-03 764d883b5ea3bdc06abbec548b6df0511e567978
src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
  port: 9528
  port: 9529
  undertow:
    threads:
      # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
@@ -13,8 +13,6 @@
    direct-buffers: true
spring:
  profiles:
    active: test
  datasource:
#    driver-class-name: com.mysql.cj.jdbc.Driver
    #driver-class-name: org.postgresql.Driver