码迷,mamicode.com
首页 >  
搜索关键字:spring-boot    ( 7186个结果
Spring Boot入门开发之明月千城(一)
最近数据分析的项目也即将告一段落了,中间也积累了很多知识,特此记录一下。其中用的最爽的Web组合开发就是Intellij IDEA + Maven + Spring Boot + Velocity + Boostrap + jQuery了,关于后端的数据分析和处理...
分类:编程语言   时间:2015-04-24 12:45:58    阅读次数:172
Spring Boot入门开发之明月千城(一)
最近数据分析的项目也即将告一段落了,中间也积累了很多知识,特此记录一下。其中用的最爽的Web组合开发就是Intellij IDEA + Maven + Spring Boot + Velocity + Boostrap + jQuery了,关于后端的数据分析和处理的Hadoop模块,会放在Hadoop分类的博客文章中记录。 Spring Boot提供了一个强大的一键式Sp...
分类:编程语言   时间:2015-04-24 12:42:21    阅读次数:220
spring boot MVC作为服务器端, apache.httpclient作为客户端的文件传输模式(demo代码)
最近做http协议下面的数据传输,总结一下1. 上传单个文件:服务器端代码: @RequestMapping(value ="/POST", method = RequestMethod.POST)@ResponseBodypublicString PostTest(Stringtest_data,...
分类:编程语言   时间:2015-04-23 12:55:26    阅读次数:184
spring-boot + Ehcache without XML
http://stackoverflow.com/questions/21944202/using-ehcache-in-spring-4-without-xml1、Ehcache配置类@Configuration@EnableCachingpublic class CachingConfig im...
分类:编程语言   时间:2015-04-16 13:46:18    阅读次数:389
Spring-boot使用Ehcache配置
1、配置类@Configuration@EnableCachingpublic class CacheConfiguration {// implements CachingConfigurer { @Bean //@Override public CacheManager cac...
分类:编程语言   时间:2015-04-16 12:09:27    阅读次数:286
Spring-boot访问MongoDB
1、访问配置信息package hello;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.spring...
分类:数据库   时间:2015-04-01 15:00:23    阅读次数:519
springboot 开发入门,及问题汇总
1 . springboot简单介绍(http://projects.spring.io/spring-boot/) ????????现在的web项目几乎都会用到spring框架,而要使用spring难免需要配置大量的xml配置文件,而springboot的出现解?? 决了这一问...
分类:编程语言   时间:2015-03-18 16:10:56    阅读次数:224
[Spring Boot Reference Guide] 读书笔记一 Getting Started
8. Introducing Spring BootGoals of spring boot:Provide a radically faster and widely accessible getting started experience for all Spring development....
分类:编程语言   时间:2015-03-10 11:35:58    阅读次数:1094
Consuming a RESTful Web Service
创建项目步骤不做描述了直奔主题1.修改pom.xml 文件 org.springframework.boot spring-boot-starter-parent 1.2.2.RELEASE org.springframe...
分类:Web程序   时间:2015-03-03 11:30:27    阅读次数:154
如何在openshift上diy部署spring-boot并在本地用eclipse开发
昨天折腾了一天在openshift上diy支持spring-boot的环境,于是想终结一下也是给需要的朋友一个参考。 这篇文章中主要适用在openshift上部署了application后,在本地用eclipse继续开发的case,如果已经有一个现成的proj,只是需要部署上去的话,请参考本人的git 上的代码(https://github.com/RxCAI/openshift-diy...
分类:编程语言   时间:2015-02-15 09:30:20    阅读次数:285
7186条   上一页 1 ... 715 716 717 718 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!