Skip to content

le4ndro/SpringBootFreemarkerDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootFreemarkerDemo

Sample using Spring Boot + Freemarker + Bootstrap.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software

  • Java JDK 8
  • Apache Maven
  • MySQL Database

Installing

  1. Clone this repository
$ git clone https://github.com/le4ndro/SpringBootFreemarkerDemo.git
$ cd SpringBootFreemarkerDemo
  1. Create database
mysql> CREATE DATABASE testespringbootfreemarker;
  1. Run the application
$ mvn spring-boot:run

Deployment

  1. Create an executable jar
$ mvn package
  1. Run the application
$ java -jar target/SpringBootFreemarkerDemo-0.0.1-SNAPSHOT.jar

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Leandro Souza - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This project is for learning purposes

About

Sample using Spring Boot + Freemarker + Bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages