随笔分类 - Spring Boot
摘要:1.pom.xml导入对应的包 <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.3</version>
阅读全文
摘要:报错信息 Description: The dependencies of some of the beans in the application context form a cycle: org.springframework.boot.autoconfigure.orm.jpa.Hibern
阅读全文
摘要:pom.xml 导入jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> applicat
阅读全文
摘要:继承这个类 HandlerInterceptor package com.jeeplus.modules.utils;import com.jeeplus.common.utils.StringUtils;import com.jeeplus.modules.capacity.poweruser.e
阅读全文