-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.properties
More file actions
29 lines (22 loc) · 957 Bytes
/
Copy pathapplication.properties
File metadata and controls
29 lines (22 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#Rabbit MQ Configuration
spring.rabbitmq.addresses=amqp://wolsyxej:L7rGED4yQIW9fGS-tiRKNKsGu0pTXlpQ@finch.rmq.cloudamqp.com/wolsyxej
#Turn ON Spring Security to protect actuators endpoints
management.endpoints.web.exposure.include=*
management.security.enabled=false
#MYSQL DB Properties
#=====================
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/pss
spring.datasource.username=root
spring.datasource.password=root1234
#JPA Properties
spring.jpa.hibernate.ddl-auto=update
spring.jpa.generate-ddl=true
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
spring.boot.admin.client.url=http://localhost:8093
spring.boot.admin.client.instance.service-base-url=http://localhost:8093
spring.boot.admin.client.username=admin
spring.boot.admin.client.password=admin
name=Praveen