changes after code review - removed module within module, java version to 1.8, boot version to 1.2.6, removed empty tests, removed named beans
This commit is contained in:
@@ -0,0 +1 @@
|
||||
using.spring.schedulerFactory=true
|
||||
@@ -0,0 +1,16 @@
|
||||
<configuration>
|
||||
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%date [%thread] %-5level %logger{36} - %message%n
|
||||
</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<logger name="org.springframework" level="WARN" />
|
||||
|
||||
<root level="INFO">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
|
||||
</configuration>
|
||||
@@ -0,0 +1,10 @@
|
||||
# thread-pool
|
||||
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
||||
org.quartz.threadPool.threadCount=2
|
||||
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
|
||||
|
||||
# job-store
|
||||
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
|
||||
|
||||
# others
|
||||
org.quartz.jobStore.misfireThreshold = 60000
|
||||
Reference in New Issue
Block a user