会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lctinvulnerable
博客园
首页
新随笔
联系
订阅
管理
1
2
下一页
2024年2月10日
Learning About Fabrics
摘要: Learning About Fabrics Playlist: Fabric - YouTube The Who, What, and How There is no limit where we can go with fiber technology What is Fabric Fiber
阅读全文
posted @ 2024-02-10 07:02 James-Allen
阅读(53)
评论(0)
推荐(0)
2023年7月27日
Swagger
摘要: # Swagger > API框架 - 可以自动生成API文档 - 可直接运行测试API接口 - 官网:https://swagger.io/ ## SpringBoot-Swagger ### 依赖 ```xml io.springfox springfox-swagger2 2.9.2 io.s
阅读全文
posted @ 2023-07-27 21:42 James-Allen
阅读(45)
评论(0)
推荐(0)
2023年7月25日
Shiro
摘要: # Shiro - Shiro官网:http://shiro.apache.org/ - SpringBoot版本:2.2.5.RELEASE ## QuickStart - 主要方法(**Spring Security**都有) ```java Subject currentUser = Secu
阅读全文
posted @ 2023-07-25 23:06 James-Allen
阅读(29)
评论(0)
推荐(0)
Spring Security
摘要: # Spring Security - Web开发中,安全**First** - 非功能需求(没它也能跑) - 应在设计之初考虑 ### 依赖 ```xml org.springframework.boot spring-boot-starter-security org.springframewo
阅读全文
posted @ 2023-07-25 18:42 James-Allen
阅读(35)
评论(0)
推荐(0)
2023年7月22日
Thymeleaf
摘要: Thymeleaf Why Thymeleaf? 前端交给我们的页面,是HTML页面 如果是我们以前开发,我们需要把他们转成JSP页面 但SpringBoot用嵌入式Tomcat默认是不支持JSP的 依赖 官网:https://www.thymeleaf.org/ 文档Tutorial: Using
阅读全文
posted @ 2023-07-22 23:52 James-Allen
阅读(24)
评论(0)
推荐(0)
2023年7月12日
yaml
摘要: yaml 普通语法 空格不能省略 用缩进来控制层级关系,只要是左边对齐的一列数据都是同一个层级的 属性和值的大小写都十分敏感 # 普通KV键值对 name: lct # 对象 student: name: lct age: 23 student: {name: zhj, age: 18} # 数组
阅读全文
posted @ 2023-07-12 16:41 James-Allen
阅读(13)
评论(0)
推荐(0)
2023年7月11日
Spring-Boot
摘要: # Spring-Boot ## 引言 - JavaSE:OOP - MySQL:持久化 - HTML + CSS + JavaScript + jQuery:视图 - Java Web:原始MVC三层架构开发 - SSM:框架,简化开发流程,配置开始较为复杂 - SpringBoot:Jar包,内
阅读全文
posted @ 2023-07-11 13:56 James-Allen
阅读(45)
评论(0)
推荐(0)
2023年7月6日
Mybatis-Plus
摘要: # Mybatis-Plus ## 特性 - **无侵入**:只做增强不做改变,引入它不会对现有工程产生影响,如丝般顺滑 - **损耗小**:启动即会自动注入基本 CURD,性能基本无损耗,直接面向对象操作 - **强大的 CRUD 操作**:内置通用 Mapper、通用 Service,仅仅通过少
阅读全文
posted @ 2023-07-06 01:02 James-Allen
阅读(28)
评论(0)
推荐(0)
2023年7月4日
Ajax
摘要: Ajax 异步无刷新请求 Ajax的核心是XMLHttpRequest对象(XHR) XHR为向服务器发送请求和解析服务器响应提供了接口 能够以异步方式从服务器获取新数据 依赖 <dependency> <groupId>org.springframework</groupId> <artifact
阅读全文
posted @ 2023-07-04 20:12 James-Allen
阅读(36)
评论(0)
推荐(0)
2023年6月9日
Maven基础配置
摘要: Maven 配置本地Maven并整合到IDEA中 环境:Windows 11 下载Maven 下载地址:Maven – Download Apache Maven 选择红框中的资源下载 配置环境变量 解压下载的资源到目录 以本地为例,解压到D:\Program Files\apache-maven-
阅读全文
posted @ 2023-06-09 15:36 James-Allen
阅读(325)
评论(0)
推荐(1)
1
2
下一页
公告