-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.properties
More file actions
28 lines (21 loc) · 1015 Bytes
/
application.properties
File metadata and controls
28 lines (21 loc) · 1015 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
28
spring.datasource.url=jdbc:mysql://localhost:3306/RESERVATION?useSSL=false
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.show-sql=true
## 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=update
## Thymeleaf dev testing
spring.thymeleaf.cache=false
server.servlet.context-path=/flightreservation
#AkamaiEmail
spring.mail.host=smtp.akamai.com
spring.mail.port=2500
com.flightreservation.flightreservation.itinerary.dirpath=/Users/dlulla/Desktop/tmpFiles/
com.flightreservation.flightreservation.itinerary.email.subject=Itinerary for your Flight
com.flightreservation.flightreservation.itinerary.email.body=Please find your Itinerary attached.
# to set logging level
logging.level.root=INFO
#logging.file=/var/tmp/logs/flightReservation/flightReservation.log