资源简介
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
- 下一篇:知识管理系统
相关资源
- spring mvc官方文档(英文版)
- Spring_3.x企业应用开发实战光盘源码
- 尚硅谷springboot课件笔记文档
- springboot整合mybatis+plus+avtiveMq+redis
- SpringMVC.xmind思维导图 超级详细版
- 学生报到系统 毕业设计
- webRTC+socketio+SpringBoot视频及文字聊天
- Springboot博客系统
- 智能排班系统Spring+SpringMVC+MyBatis+Pat
- spring-boot-1.5.3.RELEASE
- 从零开始搭建SpringCloud第五节源码及截
- Spring相关的外文文献和翻译(毕设论
- springboot中实现滑块验证demo
- 北大青鸟spring阶段项目-青鸟在线投票
- Mining Text Data ------SPRINGER
- Struts1+Hibernate+Spring开发
- Spring Boot 参考指南
- springboot+springdatajpa+thymeleaf+shiro 的管理
- Spring-In-Action-Spring实战-第四版中文版
- OA-报名与审核管理系统完整项目
- Springmvc,BS架构下新闻发布系统
- 北大青鸟客户关系管理系统CRM源码3
- 北大青鸟客户关系管理系统CRM源码1
- Springer Press:Mathematical Problems in Imag
- spring-boot-中文参考手册
- 使用SSM框架开发企业级应用项目实战
- spring4.3.20版本
- SpringCloud201804.zip
- 使用IDEA对springboot+activiti开发demo和详
- springmvc 增删改查
评论
共有 条评论