• 大小: 2.68MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-11
  • 语言: 其他
  • 标签: spring  sagan  

资源简介

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个文件信息

评论

共有 条评论