Fork me on Gitee

02 2021 档案

摘要:1.Jpa的介绍与使用 JPA(Java Persistence API)是Sun官方提出的Java持久化规范。它为Java开发人员提供了一种对象/关联映射工具来管理Java应用中的关系数据。他的出现主要是为了简化现有的持久化开发工作和整合ORM技术,结束现在Hibernate,TopLink,JD 阅读全文
posted @ 2021-02-28 22:23 JoePotter 阅读(261) 评论(0) 推荐(0) 编辑
摘要:添加依赖包: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> 阅读全文
posted @ 2021-02-27 22:24 JoePotter 阅读(84) 评论(0) 推荐(0) 编辑
摘要:Redis技术栈目前广泛使用于开发领域,掌握Redis技术栈与Springboot的集成至关重要。 Redis是目前业界使用最广泛的内存数据存储。相比memcached,Redis支持更丰富的数据结构,例如hashes, lists, sets等,同时支持数据持久化。除此之外,Redis还提供一些类 阅读全文
posted @ 2021-02-24 22:43 JoePotter 阅读(1025) 评论(0) 推荐(0) 编辑
摘要:#SPRING CONFIG(ConfigFileApplicationListener) spring.config.name =#配置文件名(默认 为 'application' ) spring.config.location =#配置文件的位置 # 多环境配置文件激活属性 spring.pr 阅读全文
posted @ 2021-02-24 18:58 JoePotter 阅读(1275) 评论(0) 推荐(0) 编辑
摘要:Springboot基础核心 阅读全文
posted @ 2021-02-23 18:16 JoePotter 阅读(136) 评论(0) 推荐(0) 编辑

``
点击右上角即可分享
微信分享提示