集成必要性功能
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
spring:
|
||||
spring:
|
||||
application:
|
||||
name: rdms-system-server
|
||||
profiles:
|
||||
@@ -116,16 +116,9 @@ rdms:
|
||||
title: 管理后台
|
||||
description: 提供管理员管理的所有功能
|
||||
version: ${rdms.info.version}
|
||||
codegen:
|
||||
base-package: com.njcn.rdms
|
||||
db-schemas: ${spring.datasource.dynamic.datasource.master.name}
|
||||
front-type: 20 # 前端模版的类型,参见 CodegenFrontTypeEnum 枚举类
|
||||
vo-type: 10 # VO 的类型,参见 CodegenVOTypeEnum 枚举类
|
||||
delete-batch-enable: true # 是否生成批量删除接口
|
||||
unit-test-enable: false # 是否生成单元测试
|
||||
websocket:
|
||||
enable: true # 是否开启 WebSocket
|
||||
sender-type: local # WebSocket 消息发送器类型:local(本地)、redis、rocketmq、rabbitmq、kafka
|
||||
path: /infra/ws # WebSocket 路径
|
||||
path: /system/ws # WebSocket 路径
|
||||
|
||||
debug: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user