mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
change travis.yml
This commit is contained in:
parent
dbbd314f6b
commit
1a14e3a976
2 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ before_install:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: javaformat
|
- stage: javaformat
|
||||||
script: ./mvnw clean spring-javaformat:apply
|
script: ./mvnw spring-javaformat:apply
|
||||||
- stage: test
|
- stage: test
|
||||||
script: ./mvnw test
|
script: ./mvnw clean test
|
||||||
- stage: verify
|
- stage: verify
|
||||||
script: ./mvnw verify
|
script: ./mvnw verify
|
||||||
- stage: sonar
|
- stage: sonar
|
||||||
|
|
|
@ -109,7 +109,7 @@ public class UserController extends WebSocketSender {
|
||||||
"Your attempt to create new account. To confirm your account, please click here : ",
|
"Your attempt to create new account. To confirm your account, please click here : ",
|
||||||
CommonEndPoint.PETCLINIC_CONFIRM_ACCOUNT + credential.getToken());
|
CommonEndPoint.PETCLINIC_CONFIRM_ACCOUNT + credential.getToken());
|
||||||
|
|
||||||
// emailService.sendMailAsynch(message, Locale.getDefault());
|
emailService.sendMailAsynch(message, Locale.getDefault());
|
||||||
|
|
||||||
log.info(message.toString());
|
log.info(message.toString());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue