이상을 꿈꾸는 몽상가.. 프로그래밍을 좋아함..


All Properties Of Spring Boot, Spring Cloud





Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches.

application.properties

spring.task.execution.pool.allow-core-thread-timeout=true
spring.task.execution.pool.core-size=8
spring.task.execution.pool.keep-alive=60
...(skipped)

You can also check the default values of properties from the follow links.

Spring Boot

Spring Cloud


Associated Posts

I have gathered articles with the same tag so that you can explore related topics. Please tap the title.

i