推荐
专栏
教程
课程
飞鹅
本次共找到565条
boot
相关的信息
Stella981
•
3年前
Spring Boot 之 RESRful API 权限控制
摘要:原创出处:www.bysocket.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.bysocket.com)泥瓦匠BYSocket希望转载,保留摘要,谢谢!“简单,踏实~读书写字放屁”一、为何用RESTfulAPI
Stella981
•
3年前
Spring Boot 2.x 学习专栏
1.SpringBoot2.0入门指南(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fxingyunblog%2Fp%2F8662960.html)2.SpringBoot2.0返回JSP页面实战(https://www.os
Stella981
•
3年前
Spring Boot demo系列(十):Redis缓存
1概述本文演示了如何在SpringBoot中将Redis作为缓存使用,具体的内容包括:环境搭建项目搭建测试2环境RedisMySQLMyBatisPlus3Redis安装Redis安装非常简单,以笔
Stella981
•
3年前
Spring Boot 无法访问JSP页面
Case使用springboot框架开发一个webapp时,通常都会引入dependency:springbootstarterweb或springbootstartertomcat,其默认使用tomcat作为web容器。使用该配置作为SpringBootApp运行时,访问RestAPI没问题,但是却无法访问JSP页面。
Stella981
•
3年前
Spring Boot上传文件+部署到Tomcat
1概述SpringBoot上传文件,根据官方uploadfile示例(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fspring.io%2Fguides%2Fgs%2Fuploadingfiles%2F)修改的,可以打成war放到服务器上(笔者使用的是Tomcat)
Stella981
•
3年前
Spring Boot之使用JPA访问数据
这篇文章简单讲解使用SpringDataJPA在关系型数据库中存储和取出数据。你将创建什么样的应用你将创建一个在内存数据库中存取CustomerPOJOs(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fspring.io%2Funderstanding%2FP
Stella981
•
3年前
Spring Boot实践——统一异常处理
注解说明@ControllerAdvice,是Spring3.2提供的新注解,从名字上可以看出大体意思是控制器增强。让我们先看看@ControllerAdvice的实现:/Specializationof{@linkComponent@Component}forclassesthatdecl
Stella981
•
3年前
Spring Boot 外部化配置实战解析
来源:\宜信技术学院\(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcollege.creditease.cn%2F)作者:石建伟一、流程分析入口程序在SpringApplicationrun(String...args)方法中,
Stella981
•
3年前
Spring Boot 配置随机数技巧
SpringBoot支持在系统加载的时候配置随机数。添加config/random.properties文件,添加以下内容:随机32位MD5字符串user.random.secret${random.value}随机int数字user.random.intNumber${random.int}
Stella981
•
3年前
Spring Boot如何自定义Starter
!(https://oscimg.oschina.net/oscnet/5ff3862b882149b68dd464482de0512c.jpg)如果我们系统中想要拥有自动配置的功能,可以自己编写一个starter (启动器),想想就觉得很酷,因为这意味着我们不仅有自己定义的自动配的功能,而且具有更通用的耦合度更低的配置。以一个简单功能为
1
•••
26
27
28
•••
57