Tomas Lin
ce6582bc0f
update to spring boot version 1.0.1.RELEASE
2014-04-11 09:30:31 -07:00
Tomas Lin
24a41ba3a1
update gradle version to 1.11
2014-04-11 05:30:15 +01:00
Dave Syer
eac229683f
Remove unnecessary favicon
2014-04-11 05:24:43 +01:00
Andy Piper
d1c98423a3
Cleanup for spring.io, update docs
...
This commit contains a number of changes, no functional difference in
the app but a general cleanup of look and docs:
- removed the Gemfile which is now redundant, Cloud Foundry CLI is no
longer a Ruby app
- updated various parts of the README to reflect changes to Spring Boot
CLI (local flag no longer exists, etc) and new CF deployment procedure.
- fixed references to www.springsource.com -> spring.io throughout web
content
- added favicon reflecting new Spring branding
- updated github URLs springsource -> spring-projects
2014-04-11 05:19:02 +01:00
Dave Syer
7096aa8661
Add build.gradle to project
2014-04-01 19:46:00 +01:00
Dave Syer
218c7dd1e2
Leave out repositories if not necessary
2014-04-01 17:50:07 +01:00
Dave Syer
50f95ccf94
Add version to pom and gradle build
2014-04-01 17:22:18 +01:00
Dave Syer
9ed3be9ba9
Add 1.0.0.RELEASE to install.sh
2014-04-01 17:17:33 +01:00
Dave Syer
7b69933e25
Add boot version to info
2014-04-01 17:12:56 +01:00
Dave Syer
5beb8e45c7
Add application.properties
2014-04-01 08:57:06 +01:00
Dave Syer
4c292e60f2
Add @WebAppConfiguration to webapp tests
2014-03-18 10:21:31 +00:00
Dave Syer
59c009dba6
Revert mistake in DOCTYPE header
2014-03-06 10:31:40 +00:00
Dave Syer
3f643a4cc6
Add @Configuration to Application.java
2014-03-06 09:32:42 +00:00
Dave Syer
11184e6927
Add UTF-8 to POM and Data Rest to app
2014-02-28 08:22:24 +00:00
Christian Dupuis
8a5af855f0
add repository/ to .gitignore
2014-02-25 21:27:15 +01:00
Christian Dupuis
f8254bc961
Sort types and styles
2014-02-25 21:26:55 +01:00
Christian Dupuis
7e69d4cc6a
Fixed typos in latest commit
2014-02-25 21:15:58 +01:00
Dave Syer
1f519a5f9f
Add thymeleaf starter
2014-02-20 17:18:06 +00:00
Dave Syer
2d72bdcc27
Merge pull request #3 from indyaah/master
...
* pull3:
Changes for install.sh to point to correct URL and file.
Broken Links Updated In README.md for installation instructions.
2014-02-11 15:16:24 +00:00
Anuj Patel
5204c1aa5a
Changes for install.sh to point to correct URL and file.
...
Fixes gh-2, fixes gh-3
2014-02-11 15:16:03 +00:00
Anuj Patel
c55219824f
Broken Links Updated In README.md for installation instructions.
2014-02-11 15:15:01 +00:00
Dave Syer
8dbb1823e1
Add MongoDB
2014-01-30 11:09:57 +00:00
Dave Syer
0e32f8aa1e
Add support for new starters
2014-01-28 14:37:23 +00:00
Dave Syer
4aae861ed9
Add build.gradle generation
2014-01-21 15:34:41 +00:00
Dave Syer
082b221cee
Push template updates for Boot version changes
2014-01-21 14:52:02 +00:00
Dave Syer
d583e5cb5a
Add extra starters
2013-11-01 15:58:58 +00:00
Dave Syer
a71d4182d8
Add support for pom.xml generation as well as test in starter project
2013-11-01 14:39:56 +00:00
Dave Syer
786219a548
For JPA the starter pom is data-jpa (not jpa)
...
Fixes IDE-1315
2013-11-01 12:05:53 +00:00
Dave Syer
cb041fdbd6
Upgrade installer to M4
2013-09-12 09:02:59 -07:00
Dave Syer
0af42fd51d
Remove redundant 'standard' type
2013-09-12 08:53:54 -07:00
Dave Syer
ca71a1738f
Use M2 for download
2013-09-02 14:05:09 +01:00
Dave Syer
5ab571cf86
Fix for latest Boot changes
2013-09-02 13:55:21 +01:00
Dave Syer
25189c52f8
Add ls
2013-08-27 17:55:16 +01:00
Dave Syer
caeba8d7a5
Add Gemfile for cf push
2013-08-27 16:57:59 +01:00
Dave Syer
9c09a7156d
Use custom command again while snapshotting
2013-08-27 16:47:27 +01:00
Dave Syer
4b4b837846
Fix HTML
2013-08-19 21:45:54 +01:00
Dave Syer
6667b4dbd3
Deal with style= single valued parameter
2013-08-19 17:21:45 +01:00
Dave Syer
8a137b6646
Fix packages in sample app
2013-08-19 14:19:01 +01:00
Ben Hale
453bb7334f
Update manifest to use new buildpack
...
Previously the manifest for this application was configured such that
it used a custom command to start itself (based on Spring Boot). This
change removes that custom command and substitutes in the new Java
buildpack which takes care of all of the things that command
previously did. A byproduct of this is that as improvements are made
to the main buildpack they will automatically get included in future
pushes of the application. An example of this is that now, if a New
Relic service is bound to the application, the application will
automatically be configured to use it.
[#54518830 ]
2013-08-19 13:23:57 +01:00
Dave Syer
16f001e33d
Switch to using boot dependencies
2013-08-19 13:23:04 +01:00
Dave Syer
15e9c110e1
Updates for new cf gem
2013-08-16 17:39:39 +01:00
Dave Syer
6018dd74be
Use .zip distro for installer
2013-08-16 17:39:39 +01:00
Greg Turnquist
c229e971d9
Add instructions on how to install with homebrew
2013-08-05 16:10:19 -05:00
Dave Syer
697955e98a
Remove gs-* links
2013-08-05 11:12:53 +01:00
Dave Syer
0ccc883c90
Update for 0.5.0.M1
2013-08-04 13:50:06 +01:00
Dave Syer
9d4a6bf6c5
Download starter.zip from home page
2013-07-22 14:40:50 +01:00
Dave Syer
a7433b094c
Updates bootstrap->zero
2013-07-22 10:32:04 +01:00
Dave Syer
8cd59a97ab
Add cacerts and --local
2013-06-07 12:26:56 +01:00
Dave Syer
f60cfcb910
Add /gs endpoint
2013-06-06 12:19:15 +01:00
Dave Syer
0e1a1d6879
Working app with maven pom generator and installer
2013-06-06 08:40:10 +01:00