Loading emailmicroservice/src/main/resources/application.yaml +3 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ server: spring: mail: password: ahhljynfvlawkfmj username: springbootmr@gmail.com password: #TODO username: #TODO host: smtp.gmail.com port: 587 protocol: smtp Loading @@ -29,5 +29,4 @@ management: endpoints: web: exposure: include: '*' include: '*' No newline at end of file Loading
emailmicroservice/src/main/resources/application.yaml +3 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ server: spring: mail: password: ahhljynfvlawkfmj username: springbootmr@gmail.com password: #TODO username: #TODO host: smtp.gmail.com port: 587 protocol: smtp Loading @@ -29,5 +29,4 @@ management: endpoints: web: exposure: include: '*' include: '*' No newline at end of file