@Marcus Bengtsson Marcus Bengtsson authored on 6 Nov
misc-files Add code style and basic doc 10 months ago
src Session 1 cleanup 10 months ago
.gitignore Add code style and basic doc 10 months ago
README.md Fix dist and added docs 10 months ago
pom.xml Remove borked mockito config 10 months ago
README.md

JAVA-LAB

Base repo for java-labs

note: maven target package will create a distribution package with wrapper scripts under /target/dist together with a zip archive containing distribution as /target/java-lab-<version>.zip, content will be as follows:

dist
├── bin              // executables
│   ├── java-lab     // (*nix)
│   └── java-lab.bat // (win)
└── lib
    ├── java-lab-1.0-SNAPSHOT.jar
    ├── other-dependency_1.jar
    ├── other-dependency_2.jar
   ...
    └── other-dependency_n.jar

Settings

Recommended settings can be found under misc-files

Code style can be found as /misc-files/GoogleStyle.xml
IntelliJ settings (incl. code styles) can be found here /misc-files/setting.zip (File > Manage IDE Settings > Import Settings... to import)