資源簡介
spring sagan 源碼,spring sagan 源碼,spring sagan 源碼

代碼片段和文件信息
/*
?*?Copyright?2016-2017?the?original?author?or?authors.
?*
?*?Licensed?under?the?Apache?License?Version?2.0?(the?“License“);
?*?you?may?not?use?this?file?except?in?compliance?with?the?License.
?*?You?may?obtain?a?copy?of?the?License?at
?*
?*??????http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*/
package?sagan;
import?org.asciidoctor.Asciidoctor;
import?org.springframework.context.annotation.Bean;
import?org.springframework.context.annotation.Configuration;
import?org.springframework.context.annotation.Lazy;
import?org.springframework.context.annotation.Scope;
import?org.springframework.context.annotation.ScopedProxyMode;
/**
?*?@author?Dave?Syer
?*
?*/
@Configuration
public?class?AsciidoctorConfig?{
????@Bean
????@Lazy
????@Scope(proxyMode?=?ScopedProxyMode.INTERFACES)
????public?Asciidoctor?asciidoctor()?{
????????return?Asciidoctor.Factory.create();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-04?08:42??sagan-master\
?????文件?????????670??2018-05-04?08:42??sagan-master\.gitignore
?????文件??????????79??2018-05-04?08:42??sagan-master\.gitmodules
?????目錄???????????0??2018-05-04?08:42??sagan-master\.settings\
?????文件?????????803??2018-05-04?08:42??sagan-master\.settings\org.eclipse.wst.html.core.prefs
?????文件?????????677??2018-05-04?08:42??sagan-master\.travis.yml
?????文件????????3046??2018-05-04?08:42??sagan-master\CONTRIBUTING.md
?????文件????????1510??2018-05-04?08:42??sagan-master\LICENSE.md
?????文件??????457194??2018-05-04?08:42??sagan-master\NOTICE.txt
?????文件????????1691??2018-05-04?08:42??sagan-master\README.md
?????文件????????2721??2018-05-04?08:42??sagan-master\build.gradle
?????目錄???????????0??2018-05-04?08:42??sagan-master\concourse\
?????文件?????????212??2018-05-04?08:42??sagan-master\concourse\manifest.yml
?????文件????????2277??2018-05-04?08:42??sagan-master\concourse\pipeline.yml
?????目錄???????????0??2018-05-04?08:42??sagan-master\gradle\
?????文件????????7550??2018-05-04?08:42??sagan-master\gradle\deploy.gradle
?????文件????????1862??2018-05-04?08:42??sagan-master\gradle\integTest.gradle
?????目錄???????????0??2018-05-04?08:42??sagan-master\gradle\wrapper\
?????文件???????53556??2018-05-04?08:42??sagan-master\gradle\wrapper\gradle-wrapper.jar
?????文件?????????231??2018-05-04?08:42??sagan-master\gradle\wrapper\gradle-wrapper.properties
?????文件????????5046??2018-05-04?08:42??sagan-master\gradlew
?????文件????????2404??2018-05-04?08:42??sagan-master\gradlew.bat
?????目錄???????????0??2018-05-04?08:42??sagan-master\sagan-client\
?????文件??????????41??2018-05-04?08:42??sagan-master\sagan-client\.gitignore
?????文件??????????42??2018-05-04?08:42??sagan-master\sagan-client\.jshintignore
?????文件?????????391??2018-05-04?08:42??sagan-master\sagan-client\.jshintrc
?????文件????????2456??2018-05-04?08:42??sagan-master\sagan-client\README.md
?????文件?????????773??2018-05-04?08:42??sagan-master\sagan-client\build.gradle
?????文件????????1790??2018-05-04?08:42??sagan-master\sagan-client\gulpfile.js
?????文件????????1506??2018-05-04?08:42??sagan-master\sagan-client\package.json
?????目錄???????????0??2018-05-04?08:42??sagan-master\sagan-client\src\
............此處省略846個文件信息
- 上一篇:海南大學(xué)835——2017真題.pdf
- 下一篇:知識管理系統(tǒng)
評論
共有 條評論