上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页
摘要: 问题: 双击启动文件时,弹出cmd命令行窗口后立即消失 原因: 安装完jdk后,没有配置JAVA_HOME 阅读全文
posted @ 2020-03-10 23:20 玉天恒 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.深度克隆一个对象 import org.springframework.beans.BeanUtils; UserInfoDto user = new UserInfoDto(); user.setName("Tony"); UserInfoDto user2 = new UserInfoDto 阅读全文
posted @ 2020-03-05 00:49 玉天恒 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 目的: 获取application.properties配置文件的属性值 代码 @Value("${server.port}") private String port; 阅读全文
posted @ 2020-03-05 00:35 玉天恒 阅读(2265) 评论(0) 推荐(0) 编辑
摘要: 1.添加依赖 <!-- mybatis plus 依赖 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.1.0</versio 阅读全文
posted @ 2020-02-27 12:42 玉天恒 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 1.添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> 2.添 阅读全文
posted @ 2020-02-25 15:39 玉天恒 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 1.Eureka图片概述 2.添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId></dep 阅读全文
posted @ 2020-02-25 14:59 玉天恒 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 报错提示: 解决方法: 转载: 阅读全文
posted @ 2019-03-31 01:36 玉天恒 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 如图: 解决方法: 转载: 阅读全文
posted @ 2019-03-31 01:33 玉天恒 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 在spring boot启动main方法所在的类中加入 @MapperScan注入后报错: Invalid default: public abstract java.lang.Class org.mybatis.spring.annotation.MapperScan.factoryBean() 阅读全文
posted @ 2019-03-31 01:29 玉天恒 阅读(7356) 评论(0) 推荐(0) 编辑
摘要: 1.安装Xftp6,直接下一步到安装完成就可以了 2.新建文件传输 3.新建会话 4.填写会话信息 5.点击“连接”即可 阅读全文
posted @ 2019-03-25 22:37 玉天恒 阅读(480) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页