mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25: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:
|
||||
include:
|
||||
- stage: javaformat
|
||||
script: ./mvnw clean spring-javaformat:apply
|
||||
script: ./mvnw spring-javaformat:apply
|
||||
- stage: test
|
||||
script: ./mvnw test
|
||||
script: ./mvnw clean test
|
||||
- stage: verify
|
||||
script: ./mvnw verify
|
||||
- stage: sonar
|
||||
|
|
|
@ -109,7 +109,7 @@ public class UserController extends WebSocketSender {
|
|||
"Your attempt to create new account. To confirm your account, please click here : ",
|
||||
CommonEndPoint.PETCLINIC_CONFIRM_ACCOUNT + credential.getToken());
|
||||
|
||||
// emailService.sendMailAsynch(message, Locale.getDefault());
|
||||
emailService.sendMailAsynch(message, Locale.getDefault());
|
||||
|
||||
log.info(message.toString());
|
||||
|
||||
|
|
Loading…
Reference in a new issue