跳至主要內容
FreeCode

FreeCode

记录翻山的过程。

网站

分享一些收集到的好用工具、学习网站、社区等。


leo z大约 3 分钟收集推荐
阿里云效平台

阿里云效平台

简介

阿里云效是阿里云出品的一站式企业级研发协作平台,提供从需求到开发、测试、部署

代码管理

容器服务

https://cr.console.aliyun.com/

  • 创建个人版
  • 设置代码源
  • 创建镜像仓库,与代码库绑定

问题

https://help.aliyun.com/document_detail/202437.html?spm=a2cl9.flow_devops2020_goldlog_detail.0.0.32e624aeFAJCj1


leo z小于 1 分钟

https://gitee.com/a973891422/software-engineering-document

https://github.com/ZC7025/document


leo z小于 1 分钟
介绍页

介绍页

提示

来自南昌的代码的搬运工!!!

爱好篮球、交友和编程。


leo z小于 1 分钟
Spring Security

介绍

针对spring3.x以xml方式集成security

配置文件

<sec:http access-decision-manager-ref="accessDecisionManager" auto-config="true" entry-point-ref="authenticationEntryPoint">
		<sec:logout />
		<sec:anonymous granted-authority="A_ANONYMOUS" />
		<sec:custom-filter ref="authenticationFilter" before="FORM_LOGIN_FILTER"/>
		<sec:custom-filter ref="filterSecurityInterceptor" before="FILTER_SECURITY_INTERCEPTOR"/>
		<sec:custom-filter ref="switchRoleProcessingFilter" before="SWITCH_USER_FILTER"/>
		<sec:form-login login-processing-url="/j_spring_security_login"/>	
</sec:http>

leo z小于 1 分钟后端SpringSpring Security
IOC

IOC

待完善...


leo z小于 1 分钟后端Spring