* 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.
26 lines
533 B
YAML
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 |