App下載

詞條

大約有 1,100 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,340 項。(搜索耗時:0.0146秒)

421.Spring Cloud Vault AWS-EC2身份驗證

...示每個EC2實例。示例102.8 使用AWS-EC2身份驗證的bootstrap.ymlspring.cloud.vault: authentication: AWS_EC2AWS-EC2身份驗證默認使隨機數(shù)遵循首次使用信任(TOFU)原則。任何可以訪問PKCS#7身份元數(shù)據(jù)的意外用戶都可以針對Vault進行身份驗證。在首...

http://o2fo.com/scchinese/spring-cloud-vault-aws-ec2-authentication.html

422.Spring Security 匿名認證

匿名認證對于匿名訪問的用戶,Spring Security 支持為其建立一個匿名的 AnonymousAuthenticationToken 存放在 SecurityContextHolder 中,這就是所謂的匿名認證。這樣在以后進行權(quán)限認證或者做其它操作時我們就不需要再判斷 SecurityContextHolder ...

http://o2fo.com/springsecurity/d3wy1iij.html

423.Spring Cloud Vault AWS-IAM身份驗證

...名稱。示例102.11 bootstrap.yml具有必需的AWS-IAM身份驗證屬性spring.cloud.vault: authentication: AWS_IAM示例102.12 具有所有AWS-IAM身份驗證屬性的bootstrap.ymlspring.cloud.vault: authentication: AWS_IAM aws-iam: role: my-dev-role aws-path: aws server-id: some.server.namerole...

http://o2fo.com/scchinese/spring-cloud-vault-aws-iam-authentication.html

424.Spring MVC 為控制器和方法指定URI

Spring MVC也提供了構(gòu)造指定控制器方法鏈接的機制。以下面代碼為例子,假設(shè)我們有這樣一個控制器:@Controller @RequestMapping("/hotels/{hotel}") public class BookingController { @RequestMapping("/bookings/{booking}") public String getBooking(@PathVariable Long book...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-oxhf27rq.html

425.Spring BeanFactory 容器

...功能是為依賴注入 (DI) 提供支持,這個容器接口在 org.springframework.beans.factory.BeanFactory中被定義。BeanFactory 和相關(guān)的接口,比如BeanFactoryAware、DisposableBean、InitializingBean,仍舊保留在 Spring 中,主要目的是向后兼容已經(jīng)存在的和...

http://o2fo.com/wkspring/j3181mm3.html

426.Spring MVC 前言

Spring MVC 4.2.4.RELEASE 中文文檔 本書作者:linesh 本書來源:https://www.gitbook.com/book/linesh/spring-mvc-documenta本項目翻譯的是Spring MVC官方4.2.4.RELEASE版本的文檔,包含原文檔第21章Spring MVC部分的全部內(nèi)容。譯文盡力于準確傳達原意,其次...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-ue3i2846.html

427.Spring 中的自定義事件

Spring 中的自定義事件編寫和發(fā)布自己的自定義事件有許多步驟。按照在這一章給出的說明來編寫,發(fā)布和處理自定義 Spring 事件。步驟描述1創(chuàng)建一個名稱為 SpringExample 的項目,并且在創(chuàng)建項目的 src 文件夾中創(chuàng)建一個包 com.tutoria...

http://o2fo.com/wkspring/7jho1ict.html

428.Spring Cloud 秘密PropertySource

...等)的秘密的概念 。該項目提供了與Secrets的集成,以使Spring Boot應(yīng)用程序可以訪問機密。您可以通過設(shè)置spring.cloud.kubernetes.secrets.enabled屬性來顯式啟用或禁用此功能。 啟用后,SecretsPropertySource將從以下來源中為Secrets查找Kubernete...

http://o2fo.com/scchinese/spring-cloud-secret-propertysource.html

429.Spring Cloud 使用自定義Stub Runner

...P Stub服務(wù)器實現(xiàn),該實現(xiàn)可能類似于以下示例:package org.springframework.cloud.contract.stubrunner.provider.moco import com.github.dreamhead.moco.bootstrap.arg.HttpArgs import com.github.dreamhead.moco.runner.JsonRunner import com.github.dreamhead.moco.runner.RunnerSetting import g...

http://o2fo.com/scchinese/spring-cloud-using-custom-stub-runner.html

430.Spring MVC 視圖解析器

...;mvc:content-negotiation> <mvc:default-views> <bean class="org.springframework.web.servlet.view.json.MappingJackson2JsonView"/> </mvc:default-views> </mvc:content-negotiation> <mvc:jsp/> </mvc:view-resolvers> 需要注意的是,使用FreeMarker, Velocity, Til...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-8lgk27sz.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

421.Spring Cloud Vault AWS-EC2身份驗證

...示每個EC2實例。示例102.8 使用AWS-EC2身份驗證的bootstrap.ymlspring.cloud.vault: authentication: AWS_EC2AWS-EC2身份驗證默認使隨機數(shù)遵循首次使用信任(TOFU)原則。任何可以訪問PKCS#7身份元數(shù)據(jù)的意外用戶都可以針對Vault進行身份驗證。在首...

http://o2fo.com/scchinese/spring-cloud-vault-aws-ec2-authentication.html

422.Spring Security 匿名認證

匿名認證對于匿名訪問的用戶,Spring Security 支持為其建立一個匿名的 AnonymousAuthenticationToken 存放在 SecurityContextHolder 中,這就是所謂的匿名認證。這樣在以后進行權(quán)限認證或者做其它操作時我們就不需要再判斷 SecurityContextHolder ...

http://o2fo.com/springsecurity/d3wy1iij.html

423.Spring Cloud Vault AWS-IAM身份驗證

...名稱。示例102.11 bootstrap.yml具有必需的AWS-IAM身份驗證屬性spring.cloud.vault: authentication: AWS_IAM示例102.12 具有所有AWS-IAM身份驗證屬性的bootstrap.ymlspring.cloud.vault: authentication: AWS_IAM aws-iam: role: my-dev-role aws-path: aws server-id: some.server.namerole...

http://o2fo.com/scchinese/spring-cloud-vault-aws-iam-authentication.html

424.Spring MVC 為控制器和方法指定URI

Spring MVC也提供了構(gòu)造指定控制器方法鏈接的機制。以下面代碼為例子,假設(shè)我們有這樣一個控制器:@Controller @RequestMapping("/hotels/{hotel}") public class BookingController { @RequestMapping("/bookings/{booking}") public String getBooking(@PathVariable Long book...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-oxhf27rq.html

425.Spring BeanFactory 容器

...功能是為依賴注入 (DI) 提供支持,這個容器接口在 org.springframework.beans.factory.BeanFactory中被定義。BeanFactory 和相關(guān)的接口,比如BeanFactoryAware、DisposableBean、InitializingBean,仍舊保留在 Spring 中,主要目的是向后兼容已經(jīng)存在的和...

http://o2fo.com/wkspring/j3181mm3.html

426.Spring MVC 前言

Spring MVC 4.2.4.RELEASE 中文文檔 本書作者:linesh 本書來源:https://www.gitbook.com/book/linesh/spring-mvc-documenta本項目翻譯的是Spring MVC官方4.2.4.RELEASE版本的文檔,包含原文檔第21章Spring MVC部分的全部內(nèi)容。譯文盡力于準確傳達原意,其次...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-ue3i2846.html

427.Spring 中的自定義事件

Spring 中的自定義事件編寫和發(fā)布自己的自定義事件有許多步驟。按照在這一章給出的說明來編寫,發(fā)布和處理自定義 Spring 事件。步驟描述1創(chuàng)建一個名稱為 SpringExample 的項目,并且在創(chuàng)建項目的 src 文件夾中創(chuàng)建一個包 com.tutoria...

http://o2fo.com/wkspring/7jho1ict.html

428.Spring Cloud 秘密PropertySource

...等)的秘密的概念 。該項目提供了與Secrets的集成,以使Spring Boot應(yīng)用程序可以訪問機密。您可以通過設(shè)置spring.cloud.kubernetes.secrets.enabled屬性來顯式啟用或禁用此功能。 啟用后,SecretsPropertySource將從以下來源中為Secrets查找Kubernete...

http://o2fo.com/scchinese/spring-cloud-secret-propertysource.html

429.Spring Cloud 使用自定義Stub Runner

...P Stub服務(wù)器實現(xiàn),該實現(xiàn)可能類似于以下示例:package org.springframework.cloud.contract.stubrunner.provider.moco import com.github.dreamhead.moco.bootstrap.arg.HttpArgs import com.github.dreamhead.moco.runner.JsonRunner import com.github.dreamhead.moco.runner.RunnerSetting import g...

http://o2fo.com/scchinese/spring-cloud-using-custom-stub-runner.html

430.Spring MVC 視圖解析器

...;mvc:content-negotiation> <mvc:default-views> <bean class="org.springframework.web.servlet.view.json.MappingJackson2JsonView"/> </mvc:default-views> </mvc:content-negotiation> <mvc:jsp/> </mvc:view-resolvers> 需要注意的是,使用FreeMarker, Velocity, Til...

http://o2fo.com/spring_mvc_documentation_linesh_translation/spring_mvc_documentation_linesh_translation-8lgk27sz.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程