Posty

Wyświetlanie postów z sierpień, 2019

How to Develop Full Stack Spring Boot Application on Google App Engine + Cloud SQL - Step by Step Guide

Obraz
Web Application = Spring Boot + Cloud SQL + JPA + Spring Security + Thymeleaf + Bootstrap + Google App Engine Ver. 1.0.0, 2019-08-11 GitHub: https://github.com/maciej-arkit/Spring-Boot-with-Google-App-Engine Table of Contents Preface Prerequisites Google Cloud - Prices GitHub Sources Step 1. Initial version of Spring Boot application Step 2. Spring Boot + Cloud SQL (MySQL) Step 3. Spring Boot + JPA Step 4. Add web pages (with Thymeleaf) Step 5. Secure application (with Spring-Security) Step 6. Configure Spring Security to work with JPA on top of MySQL database Resources clean up Troubleshooting References Preface There are couple tutorials available how to develop and deploy Spring Boot application on Google App Engine.  This tutorial adds more layers (persistence, security, views) to create useful template which can be used as a starting point for web application. Scope of this Guide Configure and deploy basic version of Spring Boot application to Google App Engine