mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 00:57:13 +08:00 
			
		
		
		
	refactor: 适配线程池自动配置
This commit is contained in:
		| @@ -216,12 +216,11 @@ management.health: | ||||
|  | ||||
| --- ### 线程池配置 | ||||
| thread-pool: | ||||
|   # 是否启用线程池 | ||||
|   enabled: true | ||||
|   # 队列容量 | ||||
|   queueCapacity: 128 | ||||
|   # 活跃时间 | ||||
|   keepAliveSeconds: 300 | ||||
|   queue-capacity: 128 | ||||
|   # 活跃时间(单位:秒) | ||||
|   keep-alive-seconds: 300 | ||||
|  | ||||
| --- ### 代码生成器配置 | ||||
| generator: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user