About 5 results
https://rants.broonix.ca/continuous-deployment-with-spring-boot-and-travis · 16 Jul 2016
One of the more interesting things I’ve setup lately has been continuous deployment for Spring-boot using Travis. We are deploying to Elastic Beanstalk with our database running on Amazon RDS. Our current process creates a database snapshot and updates t...
https://rants.broonix.ca/deploying-spring-boot-to-amazon-elastic-beanstalk · 7 Jul 2016
While there are a ton of guides on how to use spring boot, I was not able to find anything about how to deploy different configurations on Amazon’s Elastic Beanstalk. Here is a how to on some of the options you have when deploying to Elastic Beanstalk. I...
https://rants.broonix.ca/automated-acceptance-tests · 30 Jan 2016
More testing is never a bad thing. Automating that testing is even better. We recently added automated acceptance testing to a spring-boot application. There were a few small hiccups to getting it implemented. Which I’d like to share the solutions to. Mu...
https://rants.broonix.ca/migrating-from-bamboo-to-travis-ci · 12 Dec 2015
At work we have been using Bamboo for a little over a year. It has served us well in the past, but for our newest project it has just not be working well. The cloud version seems to be severely limited. Want to upload your app to AWS after it’s built? Ye...
https://rants.broonix.ca/spring-boot-building-bootstrap-with-gulp-2 · 21 Nov 2015
Bootstrap is one of my favorite CSS frameworks. I’ve used it in many of my Java projects. One problem I’ve often ran into is how to include Bootstrap in your project. I’ve seen it done in quite a few ways. The most popular are. Added as a static libr...