diff --git a/web/src/main/webapp/features/serverMap/jquery.ServerMap2.js b/web/src/main/webapp/features/serverMap/jquery.ServerMap2.js index 84d9c1f3c..400105ee7 100644 --- a/web/src/main/webapp/features/serverMap/jquery.ServerMap2.js +++ b/web/src/main/webapp/features/serverMap/jquery.ServerMap2.js @@ -63,6 +63,7 @@ 'QUEUE_GROUP': 'QUEUE.png', 'STAND_ALONE': 'STAND_ALONE.png', 'STAND_ALONE_GROUP': 'STAND_ALONE.png', + 'SPRING_BOOT': 'SPRING_BOOT.png', 'TOMCAT': 'TOMCAT.png', 'TOMCAT_GROUP': 'TOMCAT.png', 'UNDEFINED': 'UNDEFINED.png', diff --git a/web/src/main/webapp/images/icons/SPRING_BOOT.png b/web/src/main/webapp/images/icons/SPRING_BOOT.png new file mode 100644 index 000000000..885a63824 Binary files /dev/null and b/web/src/main/webapp/images/icons/SPRING_BOOT.png differ diff --git a/web/src/main/webapp/images/servermap/SPRING_BOOT.png b/web/src/main/webapp/images/servermap/SPRING_BOOT.png new file mode 100644 index 000000000..0ccdef63a Binary files /dev/null and b/web/src/main/webapp/images/servermap/SPRING_BOOT.png differ