-
大小: 125KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-05-12
- 語言: 其他
- 標簽: Springboot??登錄??
資源簡介
在實際開發(fā)中,我們經(jīng)常會遇到某些頁面需要登錄才能查看的情況。下面使用攔截器實現(xiàn)該功能,在用戶沒有登錄的情況下,將網(wǎng)站的所有訪問都指向登錄頁面。

代碼片段和文件信息
package?com.lim.demo;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import?org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration;
//@SpringBootApplication
@SpringBootApplication(exclude={DataSourceAutoConfiguration.classHibernateJpaAutoConfiguration.class})
public?class?DemoApplication?{
public?static?void?main(String[]?args)?{
SpringApplication.run(DemoApplication.class?args);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????626??2017-09-20?20:41??demo\.classpath
?????文件????????249??2017-09-20?10:04??demo\.gitignore
?????文件??????47610??2017-09-20?10:04??demo\.mvn\wrapper\maven-wrapper.jar
?????文件????????110??2017-09-20?10:04??demo\.mvn\wrapper\maven-wrapper.properties
?????文件????????744??2017-09-21?08:39??demo\.project
?????文件????????658??2017-09-21?08:39??demo\.settings\.jsdtscope
?????文件????????188??2017-09-21?23:12??demo\.settings\org.eclipse.core.resources.prefs
?????文件????????243??2017-09-20?20:41??demo\.settings\org.eclipse.jdt.core.prefs
?????文件?????????90??2017-09-20?20:40??demo\.settings\org.eclipse.m2e.core.prefs
?????文件?????????49??2017-09-21?08:39??demo\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2017-09-21?08:39??demo\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????6468??2017-09-20?10:04??demo\mvnw
?????文件???????4994??2017-09-20?10:04??demo\mvnw.cmd
?????文件???????2253??2017-09-21?08:37??demo\pom.xm
?????文件???????1573??2017-09-25?00:15??demo\src\main\java\com\lim\demo\config\WebConfig.java
?????文件????????577??2017-09-25?00:08??demo\src\main\java\com\lim\demo\controller\GobalController.java
?????文件???????1405??2017-09-25?00:13??demo\src\main\java\com\lim\demo\controller\LoginController.java
?????文件????????419??2017-09-25?00:08??demo\src\main\java\com\lim\demo\controller\PageRedirectController.java
?????文件????????572??2017-09-21?00:21??demo\src\main\java\com\lim\demo\DemoApplication.java
?????文件???????1319??2017-09-25?00:14??demo\src\main\java\com\lim\demo\interceptor\LoginInterceptor.java
?????文件????????208??2017-09-21?10:51??demo\src\main\resources\application.properties
?????文件??????93871??2017-08-17?16:08??demo\src\main\resources\static\js\jquery\jquery-1.11.1.min.js
?????文件???????1305??2017-09-25?00:07??demo\src\main\resources\templates\core\login.html
?????文件????????565??2017-09-25?00:11??demo\src\main\resources\templates\core\loginsuccess.html
?????文件????????315??2017-09-25?00:13??demo\src\main\resources\templates\index.html
?????文件????????327??2017-09-20?10:04??demo\src\test\java\com\lim\demo\DemoApplicationTests.java
?????文件????????208??2017-09-25?19:13??demo\target\classes\application.properties
?????文件???????2274??2017-09-25?08:37??demo\target\classes\com\lim\demo\config\WebConfig.class
?????文件???????1134??2017-09-25?08:37??demo\target\classes\com\lim\demo\controller\GobalController.class
?????文件???????2146??2017-09-25?08:37??demo\target\classes\com\lim\demo\controller\LoginController.class
............此處省略59個文件信息
- 上一篇:SPWM加入三次諧波調制仿真
- 下一篇:各種app首頁框架導航欄加滑動切換頁面
評論
共有 條評論