BAEL-2435 Add a GUI

-Add spring-boot-starter-web to support rest endpoints
-Add a rest endpoint to spoof some form of UI to publish a message, as
the old main will no longer publish the commands upon start up
This commit is contained in:
Steven van Beelen
2018-12-18 15:15:23 +01:00
parent e731b95ffb
commit fe30c44889
2 changed files with 33 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@
<version>2.1.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
<properties>