From 6d1a243b63abbc8b21d240d121ae1ee1815d685d Mon Sep 17 00:00:00 2001 From: Kristina M Date: Mon, 27 Apr 2026 16:50:09 +0200 Subject: [PATCH] fix: devmode command --- src/main/resources/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 0d3f6a9..3c19728 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -260,7 +260,7 @@

Incident Management System

- try dev mode → --spring.profiles.active=dev + try dev mode → mvn spring-boot:run '-Dspring-boot.run.profiles=dev'