资源简介
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个文件信息
- 上一篇:海南大学835——2017真题.pdf
- 下一篇:知识管理系统
相关资源
- SpringMVC文件上传与的实现.rar
- SpringBoot+H2+mybatis-plus59130
- 基于J2EE物资出入库管理系统
- 基于SSM+CXF构建的RESTFul webservice
- 大数据中的云网络Cloud Networking for B
- Spring+MyBatis企业应用实战第一二版的源
- springboot+rabbitmq项目demo(亲测可正常运
- springboot整合RabbitMQ实现延时队列的两
- 关于Spring MVC项目maven中通过fileupload上
- Spring-Data-Redis2.0+Spring5
- 2017年-传智播客-张志君老师-SpringBoo
- springboot+mybatis整合实现注册登录
-
spring-fr
amework-5.0.2.RELEASE 源码包 - 基于web的图书馆运营系统
- springboot+webflux+mongodb+freemarker
- springboot整合activiti完整demo
- SpringBoot实战(第4版)清晰版.pdf.zip
- SpringBoot 中文文档
- springboot+jpa+thymeleaf实现增删改查分页
- es(elasticsearch)整合SpringCloudSpringBo
- Springboot日志开启SLF4J过程解析
- 原银在线信贷平台概要设计说明书v
- springcloud 微服务(全套视频)
- springCloud教学视频
- springboot全套教程2018年2.0版本
- 官网springboot项目
- Spring Boot中自定义注解结合AOP实现主备
- flowable整合Spring
- Spring Security架构以及源码详析
- SpringBoot+Mybatis+前后台隔离技术,完整
评论
共有 条评论