Update timestamp sample
* Log Level is now at DEBUG * Removed H2 dependency * Updated main readme to discuss how to build samples resolves #165
This commit is contained in:
committed by
Michael Minella
parent
de3d09664e
commit
02589b1b2d
@@ -48,14 +48,6 @@
|
||||
<artifactId>spring-cloud-task-starter</artifactId>
|
||||
<version>1.0.1.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-jdbc</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
spring.application.name=Demo Timestamp Task
|
||||
logging.level.org.springframework.cloud.task=DEBUG
|
||||
|
||||
Reference in New Issue
Block a user