中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

eureka 配置密碼認證 springboot-admin 加入密碼認證

發布時間:2020-07-04 16:45:45 來源:網絡 閱讀:334 作者:fhspringcloud 欄目:編程語言

1.?pom.xml 加入依賴

	
		<!--?加入密碼認證?-->
		<dependency>
????????????<groupId>org.springframework.boot</groupId>
????????????<artifactId>spring-boot-starter-security</artifactId>
????????</dependency>

2.?application.properties 配置如下 用戶名和密碼

#開啟安全認證?用戶名和密碼spring.security.basic.enabled=truespring.security.user.name=adminspring.security.user.password=root

3. 加入配置類?WebSecurityConfig.java

package?org.fh.config;import?org.springframework.security.config.annotation.web.builders.HttpSecurity;import?org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;import?org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;import?org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler;/**
?*?說明:CSRF保護禁用
?*?作者:www.1b23.com
?*/@EnableWebSecuritypublic?class?WebSecurityConfig?extends?WebSecurityConfigurerAdapter?{	
????@Override
????protected?void?configure(HttpSecurity?http)?throws?Exception?{
????	
????	SavedRequestAwareAuthenticationSuccessHandler?successHandler?=?new?SavedRequestAwareAuthenticationSuccessHandler();
		successHandler.setTargetUrlParameter("redirectTo");

		http.headers().frameOptions().disable();
????	
????	http.csrf().disable().authorizeRequests().antMatchers("/actuator/**").permitAll().anyRequest().authenticated().and().httpBasic();
????}
}

?


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

共和县| 临夏县| 阆中市| 隆化县| 堆龙德庆县| 舞钢市| 九龙城区| 河间市| 安岳县| 宜春市| 米脂县| 德惠市| 井冈山市| 拉萨市| 新河县| 清流县| 兰考县| 龙口市| 方城县| 枣庄市| 河池市| 宁陵县| 泰安市| 蓬莱市| 巴林左旗| 平顺县| 刚察县| 汶川县| 娄底市| 抚远县| 乌拉特前旗| 普陀区| 托克逊县| 蓬溪县| 普兰店市| 周至县| 东乌珠穆沁旗| 财经| 仪征市| 邓州市| 大关县|