Skip to content

kikutaro/AzureSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot on Microsoft Azure.

Microsoft AzureでSpring Bootの簡単なサンプルアプリケーションを動かす雛形。 詳細手順はQiitaの記事を参照。

ローカルでの実行

.\mvnw.cmd clean package
.\mvnw.cmd spring-boot:run

Microsoft Azureへのデプロイ

az login
.\mvnw.cmd clean package
.\mvnw.cmd azure-webapp:deploy

About

SpringBoot on Microsoft Azure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages