Commit Graph

5 Commits

Author SHA1 Message Date
Rebwon
a5c27bda82 Using @Async annotation and WebTestClient
Changed synchronous mail transfer to asynchronous. You also switched to
the WebTest Client without using MockMvc, which is dependent on Spring
ApplicationContext. As a result, the test runs 60% faster.
2021-09-02 11:47:46 +09:00
Rebwon
4864ec9889 Implements MailDispatcher 2021-09-01 21:07:59 +09:00
Rebwon
457e4ec721 Implements PasswordEncrypter 2021-08-30 21:20:01 +09:00
Rebwon
4207f8b9d6 Add: Database, Data Access Settings 2021-08-25 21:08:57 +09:00
Rebwon
6af8c2f9a9 Project Settings 2021-08-22 17:02:24 +09:00