Spring Cloud Task modules are added. (#3675)

* Spring Cloud Task modules are added.

* Unnecessary files are removed.

* All Sysout are replaced by Logger from Util.

* class name is fixed in Logger.

* Spring cloud task batch module POM updated with dependencies from Maven
Central.

* Links are removed and unnecessary comments are removed from POM.
This commit is contained in:
abirkhan04
2018-02-20 11:35:52 +06:00
committed by maibin
parent 327d8b5d97
commit 6826ad1853
13 changed files with 534 additions and 0 deletions
@@ -0,0 +1,26 @@
logging:
level:
org:
springframework:
cloud:
task=DEBUG
spring:
application:
name=helloWorld
datasource:
url: jdbc:mysql://localhost:3306/springcloud?useSSL=false
username: root
password:
jpa:
hibernate:
ddl-auto: create-drop
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5Dialect
batch:
initialize-schema: always
maven:
remoteRepositories:
springRepo:
url: https://repo.spring.io/libs-snapshot