亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

沛县| 澄迈县| 延安市| 丹江口市| 文山县| 中西区| 南江县| 武陟县| 通化县| 伊通| 衡阳市| 三都| 开封县| 彭水| 高碑店市| 达孜县| 会宁县| 武宁县| 新津县| 巴中市| 祥云县| 仲巴县| 同仁县| 禄丰县| 牟定县| 巢湖市| 平阴县| 江阴市| 永和县| 佛坪县| 霍山县| 大同县| 北海市| 郯城县| 大厂| 奉节县| 图们市| 黄骅市| 汝城县| 定襄县| 安阳县|