摘要:
springboot 简介 优点 入门程序 1、加入jar包 2、编写第一个springboot程序 3、代码说明 1、@SpringBootApplication:Spring Boot项目的核心注解,主要目的是开启自动配置。; 2、@Configuration:这是一个配置Spring的配置类; 阅读全文
摘要:
验证码 1、 自定义FormAuthenticationFilter 需要在验证用户名密码之前验证 2、FormAuthenticationFilter配置 修改applicationContext-shiro.xml中对FormAuthenticationFilter的配置。 记住我 用户登陆选择 阅读全文