Author Archives: Sebastian Basner
Snapshotting PostgreSQL databases with templates using Spring JDBC
Nowadays with the rise of more and more complex systems software testing is more important then ever. This not only includes unit testing but also integration-, end to end- and acceptance tests. For some of these test scenarios it is important to have a defined state of your database which could be reproduced in example […]
Posted in coding, english, Java Tagged database, howto, java, persistence, Postgres, PostgreSQL, Spring Leave a comment
Path environment variable at IntelliJ on macOS
Lately I encountered a problem with IntelliJ on macOS I wasn’t aware of so far. For a new project I joined it was necessary to let Java execute a shell script which resides in /usr/local/bin and calls another script. Putting all the questions for the reason behind this aside I was pretty puzzled when I […]
Automation via shell aliases
When working on software development projects there are many repetitive tasks to do, may it be the deployment of a binary, starting of different servers in docker containers or standalone, the exchange of config files for different environments, the migration of a database or something simple as the navigation to deep paths on the command […]
JavaLand 2018