Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 433 Bytes

File metadata and controls

15 lines (11 loc) · 433 Bytes

Spring Context Introduction. XML Configuration

Task

Implement application that reads questions and answers from a CSV-file in a classpath and outputs them in terminal.

Used

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

To build project to jar use command maven package

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