mirror of https://github.com/jeecgboot/jeecg-boot
【v3.8.3】修改配置文件,删除undertow
parent
d383f7458d
commit
2e93a92dde
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
@ -183,7 +178,7 @@ mybatis-plus:
|
||||||
table-underline: true
|
table-underline: true
|
||||||
configuration:
|
configuration:
|
||||||
# # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
# # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||||
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
# 返回类型为Map,显示null对应的字段
|
# 返回类型为Map,显示null对应的字段
|
||||||
call-setters-on-nulls: true
|
call-setters-on-nulls: true
|
||||||
#jeecg专用配置
|
#jeecg专用配置
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
@ -44,7 +39,7 @@ spring:
|
||||||
quartz:
|
quartz:
|
||||||
job-store-type: jdbc
|
job-store-type: jdbc
|
||||||
jdbc:
|
jdbc:
|
||||||
initialize-schema: never
|
initialize-schema: embedded
|
||||||
#定时任务启动开关,true-开 false-关
|
#定时任务启动开关,true-开 false-关
|
||||||
auto-startup: true
|
auto-startup: true
|
||||||
#延迟1秒启动定时任务
|
#延迟1秒启动定时任务
|
||||||
|
@ -130,7 +125,7 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
# 重点是将数据源指向oracle 用compatibleMode=oracle即可
|
# 重点是将数据源指向oracle 用compatibleMode=oracle即可
|
||||||
master:
|
master:
|
||||||
url: jdbc:dm://127.0.0.1:30236/?schema=SYSDBA&compatibleMode=oracle&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
url: jdbc:dm://127.0.0.1:30236?schema=SYSDBA&compatibleMode=oracle&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
|
||||||
username: SYSDBA
|
username: SYSDBA
|
||||||
password: SYSDBA
|
password: SYSDBA
|
||||||
driverClassName: dm.jdbc.driver.DmDriver
|
driverClassName: dm.jdbc.driver.DmDriver
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
worker-threads: 16
|
|
||||||
buffers:
|
|
||||||
websocket: 8192
|
|
||||||
io: 16384
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
@ -287,7 +283,6 @@ jeecg:
|
||||||
app-id: ??
|
app-id: ??
|
||||||
api-key: ??
|
api-key: ??
|
||||||
secret-key: ??
|
secret-key: ??
|
||||||
|
|
||||||
#cas单点登录
|
#cas单点登录
|
||||||
cas:
|
cas:
|
||||||
prefixUrl: http://cas.example.org:8443/cas
|
prefixUrl: http://cas.example.org:8443/cas
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# max-http-post-size: 10MB # 平替 tomcat server.tomcat.max-swallow-siz, undertow该值默认为-1
|
|
||||||
worker-threads: 16 # 4核CPU标准配置
|
|
||||||
buffers:
|
|
||||||
websocket: 8192 # WebSocket缓冲 以字节为单位,这里设置为8 KB
|
|
||||||
io: 16384 # IO操作缓冲 以字节为单位,这里设置为16 KB
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
undertow:
|
tomcat:
|
||||||
decode-url: true # 启用URL解码
|
max-swallow-size: -1
|
||||||
# 4核CPU标准配置
|
|
||||||
worker-threads: 16
|
|
||||||
buffers:
|
|
||||||
websocket: 8192
|
|
||||||
io: 16384
|
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
@ -290,7 +285,6 @@ jeecg:
|
||||||
app-id: ??
|
app-id: ??
|
||||||
api-key: ??
|
api-key: ??
|
||||||
secret-key: ??
|
secret-key: ??
|
||||||
|
|
||||||
#Mybatis输出sql日志
|
#Mybatis输出sql日志
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<!-- 开发环境关闭日志生成,项目启动快;生产环境请按需打开注释
|
<!-- 开发环境关闭日志生成,项目启动快;生产环境请按需打开注释
|
||||||
<appender-ref ref="FILE" />
|
<appender-ref ref="FILE" />
|
||||||
<appender-ref ref="HTML" />
|
<appender-ref ref="HTML" />
|
||||||
<appender-ref ref="FILE_HTML" /> -->
|
<appender-ref ref="FILE_HTML" />-->
|
||||||
</root>
|
</root>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in New Issue