|
|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
# web port
|
|
|
|
|
server.port=8082
|
|
|
|
|
# no web
|
|
|
|
|
#spring.main.web-environment=false
|
|
|
|
|
|
|
|
|
|
server.servlet.encoding.force=true
|
|
|
|
|
server.servlet.encoding.charset=UTF-8
|
|
|
|
|
# encoding
|
|
|
|
|
spring.servlet.encoding.force=true
|
|
|
|
|
spring.servlet.encoding.charset=UTF-8
|
|
|
|
|
|
|
|
|
|
# log config
|
|
|
|
|
logging.config=classpath:logback.xml
|
|
|
|
|
@ -33,6 +32,12 @@ xxl.job.executor.logretentiondays=30
|
|
|
|
|
### xxl-job executor excluded package, will skip scan job. such as "org.package01" or "org.package01,org.package02"
|
|
|
|
|
xxl.job.executor.excludedpackage=
|
|
|
|
|
|
|
|
|
|
### http timeout
|
|
|
|
|
spring.http.clients.connect-timeout=5000
|
|
|
|
|
spring.http.clients.read-timeout=10000
|
|
|
|
|
|
|
|
|
|
### spring-ai retry
|
|
|
|
|
spring.ai.retry.max-attempts=2
|
|
|
|
|
|
|
|
|
|
### ollama
|
|
|
|
|
spring.ai.ollama.base-url=http://localhost:11434
|
|
|
|
|
|