Files
spring-boot-rest/spring-cloud/spring-cloud-task/springcloudtaskbatch/src/main/resources/application.yml
abirkhan04 6826ad1853 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.
2018-02-19 21:35:52 -08:00

26 lines
533 B
YAML

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