int128 / appengine-spring-boot-starter

Spring Boot + Kotlin + App Engine Standard Environment

Home Page:https://spring-boot-starter-test.appspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot + Kotlin + App Engine CircleCI Gradle Status

A template project of Spring Boot and Kotlin on App Engine Java 8 Standard Environment.

This contains followings:

  • Spring Boot
  • Thymeleaf
  • Kotlin
  • Gradle

How to Run

Google Cloud SDK is required. See Quickstart for Java 8 for App Engine Standard Environment.

# Run dev server
./gradlew appengineRun

# Deploy
./gradlew appengineDeploy

How it works

This template contains:

  1. Apply Google App Engine plugin
  2. Apply Kotlin plugin
  3. Apply war and disable repackaging tasks
  4. Remove Tomcat dependencies
  5. Configure log level

About

Spring Boot + Kotlin + App Engine Standard Environment

https://spring-boot-starter-test.appspot.com

License:Apache License 2.0


Languages

Language:Kotlin 65.3%Language:HTML 34.7%