|
@@ -20,5 +20,17 @@ spring:
|
|
|
javax.persistence.schema-generation.scripts.action: drop-and-create
|
|
javax.persistence.schema-generation.scripts.action: drop-and-create
|
|
|
javax.persistence.schema-generation.scripts.create-target: target/create.sql
|
|
javax.persistence.schema-generation.scripts.create-target: target/create.sql
|
|
|
javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
|
|
javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
|
|
|
|
|
+ mail:
|
|
|
|
|
+ host: 127.0.0.1
|
|
|
|
|
+ port: 3025
|
|
|
|
|
+ username: crss@local.dev.pemc.com
|
|
|
|
|
+ password: P@ssw0rd1434412
|
|
|
|
|
+ properties:
|
|
|
|
|
+ mail:
|
|
|
|
|
+ transport.protocol: smtp
|
|
|
|
|
+ smtp:
|
|
|
|
|
+ auth: true
|
|
|
|
|
+ starttls.enable: true
|
|
|
|
|
+
|
|
|
server:
|
|
server:
|
|
|
- port: 8082
|
|
|
|
|
|
|
+ port: 8082
|