Commit 89c3eb12 authored by uday's avatar uday

added properties file

parent a76abae6
limit-service.minimum = 66
limit-service.maximum = 998
\ No newline at end of file
limit-service.minimum = 90
limit-service.maximum = 998
\ No newline at end of file
limit-service.minimum = 9
limit-service.maximum = 998
\ No newline at end of file
spring.application.name=promotion-service
spring.dataSource.password= uday
spring.dataSource.url= jdbc:postgresql://localhost:5432/Offers
spring.dataSource.username= postgres
jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
jdbc.lob.non_contextual_creation= true
show-sql: true
\ No newline at end of file
spring.application.name=promotion-service
spring.dataSource.password= uday
spring.dataSource.url= jdbc:postgresql://localhost:5432/Offers
spring.dataSource.username= postgres
jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
jdbc.lob.non_contextual_creation= true
show-sql: true
\ No newline at end of file
spring.application.name=promotion-service
spring.dataSource.password= uday
spring.dataSource.url= jdbc:postgresql://localhost:5432/Offers
spring.dataSource.username= postgres
jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
jdbc.lob.non_contextual_creation= true
show-sql: true
promotion.flag=true
\ No newline at end of file
spring.jpa.show-sql=true
spring.h2.console.enabled=true
spring.dataSource.url=jdbc:h2:mem:Offers
spring.dataSource.driverClassName=org.h2.Driver
spring.dataSource.username=uday
spring.dataSource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.show-sql=true
spring.h2.console.enabled=true
spring.dataSource.url=jdbc:h2:mem:Offers
spring.dataSource.driverClassName=org.h2.Driver
spring.dataSource.username=uday
spring.dataSource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.show-sql=true
spring.h2.console.enabled=true
spring.dataSource.url=jdbc:h2:mem:Offers
spring.dataSource.driverClassName=org.h2.Driver
spring.dataSource.username=uday
spring.dataSource.password=password
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
eureka.client.serviceUrl.defaultZone: http://localhost:1111/eureka/
\ No newline at end of file
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