From 6937ecf158c475b0f779d7724aa26253db53420b Mon Sep 17 00:00:00 2001 From: labprojectgis Date: Tue, 16 Feb 2021 09:16:01 +0000 Subject: [PATCH 1/2] update repository geo --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index fd4e0ca..f148657 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,15 @@ + + osgeo-alt + https://repo.osgeo.org/repository/release/ + + + geomajas + Geomajas Maven Repository + http://maven.geomajas.org/(http://maven.geomajas.org/) + boundless From c01c972120d4d611d14d775ec9843b75a1909ca9 Mon Sep 17 00:00:00 2001 From: labprojectgis Date: Fri, 4 Jun 2021 07:16:16 +0000 Subject: [PATCH 2/2] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.Dockerfile | 7 +++++++ .gitpod.yml | 5 +++++ README.md | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..b7a628d --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,7 @@ +FROM gitpod/workspace-mysql + +# Install custom tools, runtimes, etc. +# For example "bastet", a command-line tetris clone: +# RUN brew install bastet +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..33b2aec --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: mvn install -DskipTests=false diff --git a/README.md b/README.md index 3958efc..a380ae5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mstahv/spring-boot-spatial-example) + # A Spring Boot example editing spatial data in relational database ![Alt text](./screenshot.png?raw=true "Screenshot")