08 2020 档案
摘要:Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No q
阅读全文
摘要:错误现象 使用Idea导入新项目或升级idea或新建项目时会出现以下异常信息: Error:java: Compilation failed: internal java compiler error 错误原因 导致这个错误的原因主要是因为jdk版本问题,此处有两个原因,一个是编译版本不匹配,一个是
阅读全文
摘要:@Componentpublic class MyMetaObjectHandler implements MetaObjectHa...
阅读全文
摘要:@Data@AllArgsConstructor@NoArgsConstructorpublic class GuliExcepti...
阅读全文
摘要:@Configuration@EnableSwagger2public class SwaggerConfig { @...
阅读全文
摘要:public class JwtUtils { /**EXPIRE设置token的过期时间*/ public stati...
阅读全文
摘要:public final class MD5 { public static String encrypt(String st...
阅读全文
摘要:ResultCode接口 public interface ResultCode { public static Intege...
阅读全文
使用Swagger测试使传入json数据时出现JSON parse error: Unexpected character (‘}‘ (code 125)): was expecting double
摘要:List item 解决:
阅读全文
org.springframework.context.ApplicationContextException: Unable to start web server; nested exceptio
摘要:注意 启动类的名字和run中class名字保持一致
阅读全文
摘要:start nginx:启动nginxnginx -s stop:关闭nginxnginx -s reload:重新加载配置nginx -s reopen:重新打开nginx -t:检测配置文件是否正常
阅读全文
摘要:微服务架构概述: springBoot和springCloud版本的关系: Release TrainBoot VersionHox...
阅读全文
摘要:出现绑定式异常 查看target文件夹里面再mapper中,发现运行时缺少xml文件 解决办法 1、将xml文件复制到target中Mapper文件夹下面。 2、将xml放到resource目录下 3、配置文件 配置文件 1、在pom文件中添加,指定xml文件位置 1 <!-- 项目打包时会将jav
阅读全文
摘要:一、引入依赖 com.alibaba easyexcel ...
阅读全文
摘要:做谷粒学院项目,用nginx出现nginx: [emerg] bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions
阅读全文
vue Module build failed: Error: Missing binding E:\vue\vue-demo\node_modules\node-sa ss\vendor\win64
摘要:输入命令: npm rebuild node-sass 然后在更新一下:npm update 重新启动项目就可以了 ...
阅读全文
摘要:1、概述 axios是独立的项目,不是vue里面的一部分,但是axios经常和vue一起使用,实现Ajax操作 2、应用场景 用于前...
阅读全文
摘要:mysql5.0 1、#mysql数据库连接 2、spring.datasource.driver-class-name=com.mysql.jdbc.Driver 3、spring.datasource.url=jdbc:mysql://localhost:3306xxxx 4、spring.da
阅读全文

浙公网安备 33010602011771号