Stella981 Stella981
3年前
Spring Boot 之 RESRful API 权限控制
摘要:原创出处:www.bysocket.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.bysocket.com)泥瓦匠BYSocket希望转载,保留摘要,谢谢!“简单,踏实~读书写字放屁”一、为何用RESTfulAPI
Stella981 Stella981
3年前
Spring Security 中如何细化权限粒度?
松哥原创的SpringBoot视频教程已经杀青,感兴趣的小伙伴戳这里SpringBootVue微人事视频教程(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzI1NDY0MTkzNQ%3D%3D%26mi
Stella981 Stella981
3年前
Spring Boot 无法访问JSP页面
Case使用springboot框架开发一个webapp时,通常都会引入dependency:springbootstarterweb或springbootstartertomcat,其默认使用tomcat作为web容器。使用该配置作为SpringBootApp运行时,访问RestAPI没问题,但是却无法访问JSP页面。
Stella981 Stella981
3年前
Spring Boot之使用JPA访问数据
这篇文章简单讲解使用SpringDataJPA在关系型数据库中存储和取出数据。你将创建什么样的应用你将创建一个在内存数据库中存取CustomerPOJOs(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fspring.io%2Funderstanding%2FP
Stella981 Stella981
3年前
Intellij IDEA 搭建Spring Boot项目(一)
原文出处(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fwuyinlei%2Farticle%2Fdetails%2F79227962)第一步选择File–New–Project–SpringInitialer–点击Ne
Wesley13 Wesley13
3年前
spring 4.0.3整合Hessian4.0.38 IDEA
1.1Hessian简介Hessian是一个轻量级的remotingonhttp工具,使用简单的方法提供了RMI的功能。相比WebService,Hessian更简单、快捷。采用的是二进制RPC协议,因为采用的是二进制协议,所以它很适合于发送二进制数据。1.2整合对于Hessian是分服务端和客户端的,网上的一些例子也是大部分分开的(S
Stella981 Stella981
3年前
SpringBoot集成Spring Security(授权与认证)
⒈添加starter依赖1<dependency2<groupIdorg.springframework.boot</groupId3<artifactIdspringbootstarterweb</artifactId4
Stella981 Stella981
3年前
Spring Security教程之Jsp标签(八)
目录1.1     authorize1.2     authentication1.3     accesscontrollist      SpringSecurity也有对Jsp标签的支持的标签库。其中一共定义了三个标签:authorize、authentication和accesscontrollist。其中authent
Stella981 Stella981
3年前
Spring Security修炼手册(一)————初识Security
   在以前做东西的时候,对于认证鉴权的框架技术选型,通常使用ApacheShiro,可能是接触比较早,感觉用起来比较方便的原因,知道最近接了一个好大好大的项目分布式应用大数据数据库私有IaaS云PaaS,埋头苦学一星期,算是吃透了SpringSecurity的一半,那么一是为了记录在学习过程中的知识点,二是为了让没有接触过安全框架,或者还在使用
Stella981 Stella981
3年前
Spring Boot深度实践之自动装配
​!(https://mmbiz.qpic.cn/mmbiz_jpg/icQbWvrFMeJUibibLsPyTYMW83P7lzIacPhaBu4FJ0wmOT5fMZO2sjuvOmjvGNWViax5Z0cK5xxY4WG7IulTj1e8OQ/640?wx_fmtjpeg)转载本文需注明出处:微信公众号EAWorld,违者必究。