Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Support Micronaut Framework for Serverless Application #339
Browse files Browse the repository at this point in the history
  • Loading branch information
wiZzwise authored and jdubois committed Mar 30, 2023
1 parent 099ce86 commit 680afa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest-server/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 680afa4

Please sign in to comment.