Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Spring Context Introduction. Java based and Annotation based configuration

Task

Implement application that asks name then writes some amount of questions with possible answers and reads numbers of answers in terminal. Then it calculates student's rating.

Used

  • Spring context
  • Annotation-based configuration
  • spring-boot-maven-plugin
  • JUnit 5
  • AssertJ
  • Mockito

To build project to jar use command maven package

To start application use command java -jar target/02-introduction-java-annotation-configuration-1.0-spring-boot.jar