-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.properties
More file actions
34 lines (22 loc) · 1.07 KB
/
application.properties
File metadata and controls
34 lines (22 loc) · 1.07 KB
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
28
29
30
31
32
33
server.servlet.contextPath=/KISH
server.port=6666
#spring.datasource.url = jdbc:mysql://13.233.244.181:3306/kishdb?allowPublicKeyRetrieval=true&useSSL=false
#spring.datasource.username = root
#spring.datasource.password = kish@123
spring.datasource.url = jdbc:mysql://35.154.178.46/3306/kishdb?allowPublicKeyRetrieval=true&useSSL=false
spring.datasource.username =Kishore
spring.datasource.password =kish@123
## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = none
# logging
logging.pattern.console=%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n
logging.level.root=info
logging.level.org.hibernate.SQL=debug
logging.file= /INGSuite.log
## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jackson.mapper.accept-case-insensitive-properties=true
spring.datasource.initialization-mode=always