随笔分类 - springmvc
摘要:Creating ASCII Text Banners from the Linux Command Line In Ubuntu, Debian, Linux Mint etc. $ sudo apt-get install figlet In CentOS, RHEL, Fedora etc.
阅读全文
摘要:Spring Security Authentication (认证)原理初探 Spring Security Authentication (认证)定制开发
阅读全文
摘要:Spring Boot干货系列:(四)开发Web应用之Thymeleaf篇 Thymeleaf是一款用于渲染XML/XHTML/HTML5内容的模板引擎。类似JSP,Velocity,FreeMaker等,它也可以轻易的与Spring MVC等Web框架进行集成作为Web应用的模板引擎。与其它模板引
阅读全文
摘要:使用Springboot创建MVC Web项目 Spring Boot干货系列:(五)开发Web应用之JSP篇 源代码 https://github.com/tengj/SpringBootDemo/tree/master 先来看看整体的框架结构,只是多了webapp这个用来存放jsp的目录,静态资
阅读全文
摘要:.gitlab-ci.yml(net core&all&linux&docker-build-run) 1 stages: 2 - build 3 - deploy 4 5 build_job: 6 stage: build 7 image: docker.tidebuy.net/dotnet/co
阅读全文
摘要:1、Spring 1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans:beans xmlns="http://www.springframework.org/schema/security" 3 xmlns:beans="http://www.spri
阅读全文