Files
novel-plus/novel-front/src/main/resources/application-dev.yml
2023-05-28 19:14:21 +08:00

24 lines
543 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

spring:
profiles:
include: [ common-dev ]
pic:
save:
type: 1 #图片保存方式, 1不保存使用爬取的网络图片 2保存在自己的存储介质
storage: local #存储介质local本地OSS阿里云对象存储
path: /Users/xiongxiaoyang/java/ #图片保存路径
#线程池配置
thread:
pool:
#核心线程池数量
core-pool-size: 10
#最大线程池数量
maximum-pool-size: 20
#线程超时时间
keep-alive-time: 10
#队列大小
queue-size: 100