30 2020-06

Spring data JPA功能简介

Spring data JPA是Spring在ORM框架,以及JPA规范的基础上,封装的一套JPA应用框架,并提供了一整套的数据访问层解决方案。

30 2020-06

idea再次启动springboot选择依赖加载

idea再次启动springboot选择依赖加载

29 2020-06

YML简介

AML (YAML Ain't a Markup Language)YAML不是一种标记语言,通常以.yml为后缀的文件,是一种直观的能够被电脑识别的数据序列化格式,并且容易被人类阅读,容易和脚本语言交互的,可以被支持YAML库的

29 2020-06

初步搭建springboot应用,报错:Failed to configure a DataSour

初步搭建springboot应用,报错:Failed to configure a DataSource: 'url' attribute is not specified and no embedd

27 2020-06

基于idea创建配置ssm项目

基于idea创建配置ssm项目

27 2020-06

maven项目启动报错;class path resource [mapper/]

maven项目启动报错;class path resource [mapper/]cannot be resolved to URL because it does not exist

27 2020-06

软件里的alpha版和beta版是什么意思?

软件里的alpha版和beta版是什么意思?

27 2020-06

Maven内置属性及使用

Maven内置属性及使用

22 2020-06

Maven 的 Snapshot 版本与 Release 版本

Maven 的 Snapshot 版本与 Release 版本 1、Snapshot 版本代表不稳定、尚处于开发中的版本。 2、Release 版本则代表稳定的版本。

18 2020-06

mybatis使用PageInterceptor插件进行查询分页

mybatis使用PageInterceptor插件进行查询分页