码迷,mamicode.com
首页 >  
搜索关键字:boot    ( 13995个结果
通用mapper
<!-- 通用mapper依赖--> <!-- <dependency>--> <!-- <groupId>tk.mybatis</groupId>--> <!-- <artifactId>mapper-spring-boot-starter</artifactId>--> <!-- <versio ...
分类:移动开发   时间:2020-05-27 10:31:16    阅读次数:63
SpringBoot 通过File将Workbook生成的Excel文件下载到项目中
ExportParams exportParams = new ExportParams("错误集合", "错误集合", ExcelType.XSSF); Workbook workbook = ExcelExportUtil.exportExcel(exportParams, Invite.cla ...
分类:编程语言   时间:2020-05-26 23:34:57    阅读次数:329
linux 目录、链接
ln a.txt aa 创建硬链接 默认每个文件都有一个硬链接 这个硬链接给文件起名字 创建硬链接 就创建了一个额外的目录条目 硬链接不能关联目录,也不能关联所在磁盘分区以外的文件 硬链接和文件没什么区别,列出硬链接所在目录的文件时,硬链接没有特殊的链接指示说明 删除硬链接,这个链接被删除,文件本身 ...
分类:系统相关   时间:2020-05-26 20:06:59    阅读次数:111
springboot 使用jdbc
##新建一个springboot项目 打开New Project > 选择Spring initializr 然后next ###需要导入webmvc导入依赖 <!--web依赖--> <dependency> <groupId>org.springframework.boot</groupId> ...
分类:数据库   时间:2020-05-26 15:31:16    阅读次数:58
centos7--制作java微服务为系统服务!
背景 公司项目使用java构建,服务器使用linux--centos7,项目中使用了众多微服务快速成型,随着时间推移,xxx.jar 每次通过命令启动比较繁琐,本着轻松懒的方式,将这些服务通通制作成系统级别的服务,也就是"systemctl start service_name" ,本人使用pyth ...
分类:编程语言   时间:2020-05-26 15:18:09    阅读次数:109
spring-boot整合freemarker 出现404
今天遇到了ftl整合springboot出现的问题 @Controller public class IndexController { @RequestMapping("hello") public String index(){ System.out.println("aaa"); return ...
分类:编程语言   时间:2020-05-26 01:34:17    阅读次数:123
IDEA 新建项目,Spring Initializr 不见
任意打开一个项目,file 》settings 》Plugins 》Installed 》搜索 spring boot :如下图 重启IDEA即可 ...
分类:编程语言   时间:2020-05-26 01:13:33    阅读次数:180
mybatis plus 快速上手
MyBatis-Plus 是一个 MyBatis 的增强工具; 先构建一个 spring boot 项目 1. 添加依赖 <!-- 数据库 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-s ...
分类:其他好文   时间:2020-05-25 17:24:50    阅读次数:55
SpringBoot整合MyBatis,HiKari、Druid连接池的使用
SpringBoot整合MyBatis1、创建项目时勾选mybatis、数据库驱动。mysql驱动默认是8.x的版本,如果要使用5.x的版本,创建后到pom.xml中改。也可以手动添加依赖<dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-b
分类:编程语言   时间:2020-05-25 09:41:56    阅读次数:69
SpringBoot整合MyBatis,HiKari、Druid连接池的使用
SpringBoot整合MyBatis1、创建项目时勾选mybatis、数据库驱动。mysql驱动默认是8.x的版本,如果要使用5.x的版本,创建后到pom.xml中改。也可以手动添加依赖<dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-b
分类:编程语言   时间:2020-05-25 09:35:58    阅读次数:53
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!