Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Spring Boot

  1. Home>
  2. Spring Boot

Spring Boot on Scala

  • Post author:Van Ly
  • Post published:January 28, 2016
  • Post category:programming/Scala/Spring Boot/Uncategorized
  • Post comments:0 Comments

Using Spring Boot on Scala Assumption This example uses a project generated/seeded via Activator using the "minimal-scala" template. However, any project using SBT will probably work just as well. Add Spring…

Continue ReadingSpring Boot on Scala

Spring Boot using multiple datasources

  • Post author:Van Ly
  • Post published:January 24, 2016
  • Post category:Java/programming/Spring Boot
  • Post comments:0 Comments

I cannot believe how little info there is on using multiple Datasources in Spring Boot. Out of the box, Spring Boot makes it very easy to configure the default Datasource: tweak…

Continue ReadingSpring Boot using multiple datasources

Spring Boot Command Line program

  • Post author:Van Ly
  • Post published:August 19, 2015
  • Post category:programming/Spring Boot
  • Post comments:0 Comments

Command line program w/ Spring Boot To write a command line program (e.g. launched w/ static void main(String args[])), have the main application class implements org.springframework.boot.CommandLineRunner and implement the function:…

Continue ReadingSpring Boot Command Line program

Spring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

  • Post author:Van Ly
  • Post published:June 15, 2015
  • Post category:programming/Spring Boot/Uncategorized
  • Post comments:0 Comments

A more typical/modern setup would be to replace JSP with one of the template engines and JS and styling libraries: Thymeleaf as the templating engine jQuery as the JavaScript library…

Continue ReadingSpring boot w/ Thymeleaf, jQuery & jQuery UI, and Bootstrap

Spring Boot w/ JSP

  • Post author:Van Ly
  • Post published:April 15, 2015
  • Post category:Java/maven/programming/Spring Boot
  • Post comments:0 Comments

Project Setup From the CLI or http://start.spring.io/, initialize a project with "web" capability.  What ends up happening is addition of the dependency: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> Start with this directory…

Continue ReadingSpring Boot w/ JSP
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP