Commit 7b28f0d9 authored by Siva Rama Krishna's avatar Siva Rama Krishna

updated the ddl auto and cron regex

parent d538a1f6
......@@ -6,7 +6,7 @@ spring:
cron:
component:
identifier:
reg-ex: 0/5 * * * * ?
reg-ex: 0 0/60 * * * ?
# HTTP Server
server:
......
# Spring Boot automatically creates a JPA EntityManagerFactory using Hibernate
# but we need to override some defaults:
spring.jpa.hibernate.ddl-auto: create
spring.jpa.hibernate.ddl-auto: update
spring.jpa.hibernate.show_sql= true
spring.jpa.hibernate.naming_strategy: org.hibernate.cfg.ImprovedNamingStrategy
spring.jpa.hibernate.naming.physical-strategy= org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment