mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 15:38:10 +08:00
打印日志
This commit is contained in:
@@ -56,9 +56,9 @@ public class LoginStrategy implements AbstractYkcStrategy {
|
|||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void init() {
|
public void init() {
|
||||||
log.info("类名:{}", this.getClass().getSimpleName());
|
// log.info("类名:{}", this.getClass().getSimpleName());
|
||||||
YKCOperateFactoryV2.register(type, this.getClass().getSimpleName());
|
YKCOperateFactoryV2.register(type, this.getClass().getSimpleName());
|
||||||
log.info("注册成功, operationMap:{}", YKCOperateFactoryV2.getOperationMap());
|
// log.info("注册成功, operationMap:{}", YKCOperateFactoryV2.getOperationMap());
|
||||||
}
|
}
|
||||||
|
|
||||||
// public static void main(String[] args) {
|
// public static void main(String[] args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user