This is an implementation of the excercise proposed at:
https://github.com/sandromancuso/social_networking_kata/
- Spring Boot 2;
- JPA
- H2 in-memory DB
Run the maven command mvn clean package.
Please compile with Java 8 version.
Run the command java -jar demo-1.0.0, ensure you are using a Java 8 JRE.
Please wait for the welcome message to be printed before starting using the application.
Run the application, type a command and press enter.
Enter 'exit' in order to quit.
Please note that commands must be written in lower case and usernames cannot contain spaces.
-
<user name> -> <message>
-
<user name>
-
<user name> follows <another user>
-
<user name> wall
-
exit
Please refer to the following project README for further examples:
https://github.com/sandromancuso/social_networking_kata/
The application will create a log file socialnetworkingkata.log.