initial
This commit is contained in:
27
src/main/resources/application.properties
Normal file
27
src/main/resources/application.properties
Normal file
@@ -0,0 +1,27 @@
|
||||
spring.application.name=PMU API PLR
|
||||
springdoc.api-docs.path=/api-docs
|
||||
springdoc.swagger-ui.path=/swagger-ui-custom.html
|
||||
|
||||
#spring.datasource.url=jdbc:postgresql://localhost:5432/dmp
|
||||
# Configuration de la source de donn<6E>es (DataSource)
|
||||
spring.datasource.url=jdbc:postgresql://api_db:5432/plr
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=password
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
# Configuration de JPA (Hibernate)
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=false
|
||||
spring.jpa.properties.hibernate.format_sql= true
|
||||
|
||||
spring.mail.host: smtp.gmail.com
|
||||
spring.mail.port: 587
|
||||
spring.mail.username: ton.email@gmail.com
|
||||
spring.mail.password: ton_mot_de_passe
|
||||
spring.mail.properties.mail.smtp.auth: true
|
||||
spring.mail.properties.mail.smtp.starttls:
|
||||
spring.mail.properties.mail.smtp.enable: true
|
||||
|
||||
|
||||
logging.level.org.hibernate=ERROR
|
||||
16
src/main/resources/banner.txt
Normal file
16
src/main/resources/banner.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
___ _ ___ _ __ ___ _ _ ___ ___ ___ ___ __ __ ___ ___ _ ___ ___ ___ _ ___
|
||||
| _ ) /_\ / __| | |/ / | __| | \| | | \ / __| | __| | _ \ \ \ / / | __| | _ \ /_\ | _ \ |_ _| | _ \ | | | _ \
|
||||
| _ \ / _ \ | (__ | ' < | _| | .` | | |) | \__ \ | _| | / \ V / | _| | / / _ \ | _/ | | | _/ | |__ | /
|
||||
|___/ /_/ \_\ \___| |_|\_\ |___| |_|\_| |___/ |___/ |___| |_|_\ \_/ |___| |_|_\ /_/ \_\ |_| |___| |_| |____| |_|_\
|
||||
|
||||
|
||||
___ __ __
|
||||
| _ ) \ \ / /
|
||||
| _ \ \ V /
|
||||
|___/ |_|
|
||||
|
||||
|
||||
___ __ __ _ _ __ __ _ _ ___
|
||||
| _ \ | \/ | | | | | | \/ | /_\ | | |_ _|
|
||||
| _/ | |\/| | | |_| | | |\/| | / _ \ | |__ | |
|
||||
|_| |_| |_| \___/ |_| |_| /_/ \_\ |____| |___|
|
||||
Reference in New Issue
Block a user