优化代码,增加kotlin logger
diff --git a/build.gradle b/build.gradle
index 6c9b719..ea76826 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,6 +42,7 @@
implementation 'org.bitbucket.b_c:jose4j:0.6.3'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
implementation 'org.springframework.social:spring-social-web:1.1.6.RELEASE'
+ implementation 'io.github.microutils:kotlin-logging:1.6.26'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
implementation group: 'com.sun.jersey', name: 'jersey-client', version: '1.19'
implementation group: 'javax.servlet', name: 'jstl', version: '1.2'