Merge branch 'dev' of lab.si.usi.ch:sa4-2020/the-sanmarinoes/backend into ci-cd
This commit is contained in:
commit
c74865e3a3
2 changed files with 11 additions and 4 deletions
|
@ -29,8 +29,7 @@ dependencies {
|
|||
implementation 'com.google.code.gson:gson'
|
||||
compile 'io.springfox:springfox-swagger2:2.9.2'
|
||||
compile 'io.springfox:springfox-swagger-ui:2.9.2'
|
||||
compile "org.springframework.boot:spring-boot-configuration-processor"
|
||||
|
||||
compile 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
|
||||
implementation('org.springframework.boot:spring-boot-starter-web') {
|
||||
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-json'
|
||||
|
@ -41,7 +40,7 @@ dependencies {
|
|||
}
|
||||
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
testImplementation 'com.h2database:h2:1.3.148'
|
||||
testImplementation 'com.h2database:h2:1.4.200'
|
||||
|
||||
// Fixes https://stackoverflow.com/a/60455550
|
||||
testImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.11'
|
||||
|
|
|
@ -24,4 +24,12 @@ spring.mail.properties.mail.smtp.connectiontimeout=5000
|
|||
spring.mail.properties.mail.smtp.timeout=5000
|
||||
spring.mail.properties.mail.smtp.writetimeout=5000
|
||||
|
||||
server.port = 2000
|
||||
server.port = 2000
|
||||
|
||||
email.registrationSubject=Complete your SmartHut.sm registration
|
||||
email.registration=To confirm your registration, please click here:
|
||||
email.registrationPath=http://localhost:8080/register/confirm-account?token=
|
||||
|
||||
email.resetpasswordSubject=SmartHut.sm password reset
|
||||
email.resetpassword=To reset your password, please click here:
|
||||
email.resetpasswordPath=http://localhost:3000/password-reset?token=
|
Loading…
Reference in a new issue