Easter79 Easter79
3年前
spring连接数据库异常
rg.springframework.beans.PropertyBatchUpdateException;nestedPropertyAccessExceptions(1)are:PropertyAccessException1:org.springframework.beans.MethodInvocationExcepti
Stella981 Stella981
3年前
Spring Boot 2.0实现热部署模式
前言:  在做SpringBoot 项目调试时总是会来回修改代码,重启项目,为了方便项目修改后,立即能看到效果。一、实现的方式概述    1、使用 springbootdevtools    2、使用 SpringLoaded二、Eclipse或SpringToolSuite的实现方式
Stella981 Stella981
3年前
Spring Security开发安全的REST服务
第1章课程导学项目介绍Java实战:SpringSecurity开发安全的REST服务,来自慕客网的视频(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fcoding.imooc.com%2Fclass%2F134.html),主要讲认证和授权。
Stella981 Stella981
3年前
Spring Boot demo系列(一):Hello World
2021.2.24更新1新建工程打开IDEA选择新建工程并选择SpringInitializer:!在这里插入图片描述(https://imgblog.csdnimg.cn/20200905140324635.png)可以在ProjectJDK处选择JDK版本,下一步是选择
Stella981 Stella981
3年前
SpringBoot集成Spring Security(2)——自动登录
在上一章:SpringBoot集成SpringSecurity(1)——入门程序中,我们实现了入门程序,本篇为该程序加上自动登录的功能。文章目录一、修改login.html二、两种实现方式2.1Cookie存储2.2数据库存储2.2.1基本原理2.2.2代码实现三、运行程序源码地址:https:/
Stella981 Stella981
3年前
Dubbo和Spring Cloud微服务架构'
微服务架构是互联网很热门的话题,是互联网技术发展的必然结果。它提倡将单一应用程序划分成一组小的服务,服务之间互相协调、互相配合,为用户提供最终价值。虽然微服务架构没有公认的技术标准和规范或者草案,但业界已经有一些很有影响力的开源微服务架构框架提供了微服务的关键思路,例如Dubbo和SpringCloud。各大互联网公司也有自研的微服务框架,但其模式都于这二
Stella981 Stella981
3年前
Spring Boot 如何快速改造老项目?
来源:KL博客http://www.kailing.pub/article/index/arcid/188.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.kailing.pub%2Farticle%2Findex%2Farcid%2F188.html)1、前言
Stella981 Stella981
3年前
Spring MVC风格的restful接口开发
项目原本是springmvc项目,新增了resuful接口服务端。!(https://static.oschina.net/uploads/space/2016/1214/205230_i256_2499253.png)IUserService.javapackagecom.yq.publicproject.server;