2022年10月16日

SpringBoot

摘要: Spring Boot Spring Boot一、SpringBoot 简介1.起源2.发展3.出现背景4.主要内容 二、创建一个SpringBoot项目1.方法一:从官网创建2.方法二:在IDEA中创建 三、运行原理1.application注解2.run方法 四、配置1.了解yaml与prope 阅读全文

posted @ 2022-10-16 12:13 霍志杰 阅读(132) 评论(0) 推荐(0)

RedisUtil

摘要: package com.example.springboot10redis.pojo.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis 阅读全文

posted @ 2022-10-16 10:11 霍志杰 阅读(25) 评论(0) 推荐(0)

导航