Skip to content

hendisantika/spring-boot-builder-pattern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Builder Pattern

Project illustrates use of Builder Pattern which is part of Creational Group of Patterns.

Effective Java: "The builder pattern is a good choice when designing classes whose constructors or static factories 
would have more than a handful of parameters".

Running the project

  1. Open your terminal and navigate to project directory
  2. Type mvn clean install -DskipTests
  3. Run your project.

Packaging application

  1. Open your terminal and navigate to project directory
  2. Run command: mvn clean package -DskipTests
  3. In target folder you can find the packaged jar.

Contribution

If you are interested in contribution or working with me on starter projects, tutorials or to provide real-life examples feel free to contact me on my e-mail or phone.

Author

Heril Muratović
Software Engineer

Mobile: +38269657962
E-mail: hedzaprog@gmail.com
Skype: hedza06
Twitter: hedzakirk
LinkedIn: https://www.linkedin.com/in/heril-muratovi%C4%87-021097132/
StackOverflow: https://stackoverflow.com/users/4078505/heril-muratovic

About

Spring Boot Builder Pattern Demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%