From 680afa4bce901eac9b934f39affa76439ecd9874 Mon Sep 17 00:00:00 2001 From: wiZzwise Date: Thu, 30 Mar 2023 14:03:42 +0000 Subject: [PATCH] Support Micronaut Framework for Serverless Application #339 --- rest-server/src/main/resources/static/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rest-server/src/main/resources/static/index.html b/rest-server/src/main/resources/static/index.html index 9844ddc7b..5f3aca6f4 100644 --- a/rest-server/src/main/resources/static/index.html +++ b/rest-server/src/main/resources/static/index.html @@ -188,7 +188,8 @@ {id: 'NODEJS', name: 'JavaScript (Node.js)'}, {id: 'PYTHON', name: 'Python'}, {id: 'SPRING', name: 'Spring Boot: Java build with Maven'}, - {id: 'SPRING_GRADLE', name: 'Spring Boot: Java build with Gradle'} + {id: 'MICRONAUT', name: 'Micronaut: Java build with Maven'}, + {id: 'MICRONAUT_GRADLE', name: 'Micronaut: Java build with Gradle'} ], ascRuntimes:[ {id: 'SPRING', name: 'Spring Boot: Java build with Maven'},