Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 292 Bytes

enote

notebook project in Spring Lab

Create profiles: 'dev' for unit and 'integration-test' for integration tests. 'dev' is default profile.

Integration tests should start with IT*.java Unit tests should end with *Test.java

To run integration tests: mvn clean verify -P integration-test