Skip to content

Commit 019b1b8

Browse files
authored
Update devcontainer settings for Spring Boot CLI
1 parent cef76b3 commit 019b1b8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.devcontainer/on-create.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@ dotnet new install Aspire.ProjectTemplates
2020
echo Install Azure Bicep CLI
2121
az bicep install
2222

23+
echo Install Spring Boot CLI
24+
wget -P ~/ https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-cli/3.4.4/spring-boot-cli-3.4.4-bin.zip
25+
unzip -o ~/spring-boot-cli-3.4.4-bin.zip -d ~/.spring
26+
mkdir -p ~/.spring/current
27+
cp -r ~/.spring/spring-3.4.4/* ~/.spring/current/
28+
29+
echo 'export PATH="$PATH:$HOME/.spring/current/bin"' >> ~/.bashrc
30+
# source ~/.bashrc
31+
2332
echo Done!

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- @azure Rule - Use Azure Best Practices: When generating code for Azure, running terminal commands for Azure, or performing operations related to Azure, invoke your `get_azure_best_practices` tool if available.

0 commit comments

Comments
 (0)