51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#SPRING
Spring Security(七):2.4 Getting Spring Security
YoucangetholdofSpringSecurityinseveralways.Youcandownloadapackageddistributionfromthemain SpringSecurity page,downloadindividualjarsfromtheMavenCentra...
代码星球
·
2021-02-23
Spring
Security
Getting
Spring Security(六):2.3 Release Numbering
ItisusefultounderstandhowSpringSecurityreleasenumberswork,asitwillhelpyouidentifytheeffort(orlackthereof)involvedinmigratingtofuturereleasesoftheproject.Eachrel...
代码星球
·
2021-02-23
Spring
Security
Release
Numbering
Spring Security(五):2.2 History
SpringSecuritybeganinlate2003as"TheAcegiSecuritySystemforSpring".AquestionwasposedontheSpringDevelopers'mailinglistaskingwhethertherehadbeenanyconsiderationgive...
代码星球
·
2021-02-23
Spring
Security
History
Spring Security(四):2.1 Introduction What is Spring Security?
SpringSecurityprovidescomprehensivesecurityservicesforJavaEE-basedenterprisesoftwareapplications.ThereisaparticularemphasisonsupportingprojectsbuiltusingTheSpri...
代码星球
·
2021-02-23
Spring
Security
Introduction
What
is
Spring Security(三):1、Getting Started
Thelaterpartsofthisguideprovideanin-depthdiscussionoftheframeworkarchitectureandimplementationclasses,whichyouneedtounderstandifyouwanttodoanyseriouscustomizati...
代码星球
·
2021-02-23
Spring
Security
Getting
Started
Spring Security(二):一、Preface(前言)
SpringSecurityisapowerfulandhighlycustomizableauthenticationandaccess-controlframework.Itisthede-factostandardforsecuringSpring-basedapplications. SpringSe...
代码星球
·
2021-02-23
Spring
Security
Preface
前言
Spring Security(一):官网向导翻译
原文出自 https://spring.io/guides/topicals/spring-security-architecture ThisguideisaprimerforSpringSecurity,offeringinsightintothedesignandbasicbu...
代码星球
·
2021-02-23
Spring
Security
官网
向导
翻译
spring-config的坑
1、修改配置中心读取配置文件的分支,配置了spring.cloud.config.label后,报错,异常大概是读取本地配置文件异常反复尝试了之后,发现是配置仓库的配置文件格式(yml)异常了配置中心先去配置仓库拉配置文件,如果远端没有或者远端异常,则获取本地文件 ...
代码星球
·
2021-02-23
spring-config
的坑
Spring Boot配置文件详解-ConfigurationProperties和Value优缺点-(转)好文
文章转自 http://www.cnblogs.com/itdragon/p/8686554.htmlSpringBoot提供了两种常用的配置文件,分别是properties文件和yml文件。他们的作用都是修改SpringBoot自动配置的默认值。相对于properties文件而言,yml文件更年轻,也有很多...
代码星球
·
2021-02-23
Spring
Boot
配置文件
详解
-ConfigurationProperties
springboot读取配置文件的顺序(转)
也就是说:springboot会默认先加载项目外部的配置文件,覆盖内部的配置文件!所以导致项目一直使用的错误的配置!强烈建议:不要把项目和application.properties配置文件放在一起 ...
代码星球
·
2021-02-23
springboot
读取
配置文件
顺序
spring的@Transaction使用注意
文章参考资料 https://www.cnblogs.com/andy-zhou/p/5317866.html http://labreeze.iteye.com/blog/2277261 事务传播行为,所谓事务的传播行为是指,如果在开始当前事务之前,一个事务上下文已经存在,此...
代码星球
·
2021-02-23
spring
@Transaction
使用
注意
k8s部署spring-boot项目失败
现象:spring-boot项目启动到某个地方停止,然后容器重启解决:扩大内存和核心数...
代码星球
·
2021-02-23
k8s
部署
spring-boot
项目
失败
spring cloud sidecar
文章转自https://www.cnblogs.com/waterlufei/p/7145746.html官方https://cloud.spring.io/spring-cloud-static/spring-cloud-netflix/1.3.5.RELEASE/multi/multi__polyglot_supp...
代码星球
·
2021-02-23
spring
cloud
sidecar
Spring中实现多数据源事务管理
文章转自 https://www.2cto.com/kf/201507/424229.html由于项目中引入了多个数据源,并且需要对多个数据源进行写操作,那么多数据源的事务管理自然成了不可避免的问题,这也让我对@Transactional注解有了进一步的理解(但实际上也并不是非常深入)然而这是一个...
代码星球
·
2021-02-23
Spring
实现
数据源
事务管理
Spring Boot + Mybatis多数据源和动态数据源配置
文章转自 https://blog.csdn.net/neosmith/article/details/61202084网上的文章基本上都是只有多数据源或只有动态数据源,而最近的项目需要同时使用两种方式,记录一下配置方法供大家参考。项目需要同时连接两个不同的数据库A,B,并且它们都为主从架构,一台写库,多台读...
代码星球
·
2021-02-23
数据源
Spring
Boot
Mybatis
动态
首页
上一页
...
5
6
7
8
9
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他