Skip to content

这是针对redis,springboot,mysql,Thymeleaf等等的学习札记,我将记录学习路上的心得以及遇到的种种问题,参照学习资料为https://github.com/wuyouzhuguli/FEBS-Shiro

Notifications You must be signed in to change notification settings

CheerTan/learnbird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update log:
2019-1-25:Almost finished permission control,but it still can't work well.

2019-1-26:Using Thymeleaf Tag to control permission web, and don't forget add this in pom.xml

    <properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<java.version>1.7</java.version>
		<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
		<thymeleaf-layout-dialect.version>2.0.1</thymeleaf-layout-dialect.version>
	</properties>

About

这是针对redis,springboot,mysql,Thymeleaf等等的学习札记,我将记录学习路上的心得以及遇到的种种问题,参照学习资料为https://github.com/wuyouzhuguli/FEBS-Shiro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published