If this the first time to use IntelliJ with Github, log into your Github account. Clone the repository registration-docker. The application is a basic Spring MVC application that receives user input ...
* [Docker for OSX or Docker for Windows](https://www.docker.com/products/docker)W * [IntelliJ Community Edition](https://www.jetbrains.com/idea/download/) * [Java ...
Writing unit tests is a thing we do at Aftonbladet, and our front end JavaScript is no exception. We are currently using GruntJS to (amongst other things) run our Jasmine specs / unit tests in ...
I have 2 projects: Foo and Utilities. Utilities is stand alone, works fine. Foo depends on stuff in Utilities, it does nothing. When I build Foo I get "can't find class <some class in Utilities>.