jenkins setting

This commit is contained in:
박정민 2024-08-01 16:33:41 +09:00
parent c5840e5a34
commit 88693ac9b5
2 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '3.2.5' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '3.2.5'
implementation 'org.springframework.boot:spring-boot-starter-mail' implementation 'org.springframework.boot:spring-boot-starter-mail'
implementation 'org.mindrot:jbcrypt:0.4' implementation 'org.mindrot:jbcrypt:0.4'
implementation 'org.springframework.boot:spring-boot-starter-actuator'

View File

@ -31,7 +31,8 @@ spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true spring.jpa.show-sql=true
management.endpoints.web.exposure.include=health,info
management.endpoint.health.show-details=always
spring.mail.host=smtp.gmail.com spring.mail.host=smtp.gmail.com
spring.mail.port=587 spring.mail.port=587