Skip to content

hendisantika/spring-boot-singleton-pattern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Singleton Pattern

Project illustrates use of Singleton Pattern. A singleton in Java is a class for which only one instance can be created. It provides a global point of access this instance.

Singletons are useful to provide a unique source of data or functionality to other Java Objects.

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 Singleton Pattern Demonstration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%