From 827ac521835b2c581e1134bb2e865bfcb7778be7 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Mon, 12 Apr 2021 15:51:57 +0800 Subject: [PATCH] screen-manage 修改日志插入工具类 规范日志插入格式 --- pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a26232a..02b98d7 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,16 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.google.code.kaptcha</groupId> + <artifactId>kaptcha</artifactId> + <version>2.3.2</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> + </dependencies> -- Gitblit v1.8.0