[PR #13] [MERGED] Update Spring Boot and Mysql version for react-java-mysql sample #745

Closed
opened 2026-03-07 21:23:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/13
Author: @glours
Created: 3/17/2020
Status: Merged
Merged: 3/17/2020
Merged by: @glours

Base: masterHead: update_react-java-mysql_sample


📝 Commits (1)

  • d7d79e4 Update Spring Boot and Mysql version for react-java-mysql sample

📊 Changes

11 files changed (+170 additions, -53 deletions)

View changed files

📝 react-java-mysql/README.md (+8 -8)
📝 react-java-mysql/backend/Dockerfile (+18 -9)
📝 react-java-mysql/backend/pom.xml (+25 -16)
📝 react-java-mysql/backend/src/main/java/com/company/project/controllers/HomeController.java (+10 -5)
react-java-mysql/backend/src/main/java/com/company/project/entity/Greeting.java (+61 -0)
react-java-mysql/backend/src/main/java/com/company/project/repository/GreetingRepository.java (+9 -0)
📝 react-java-mysql/backend/src/main/resources/application.properties (+11 -0)
react-java-mysql/backend/src/main/resources/data.sql (+1 -0)
react-java-mysql/backend/src/main/resources/schema.sql (+5 -0)
react-java-mysql/backend/src/main/resources/templates/home.ftl (+0 -9)
📝 react-java-mysql/docker-compose.yaml (+22 -6)

📄 Description

Fix some part of #12

  • Be sure the backend create a connection to the database
  • Check Mysql version (latest one is 8.0.19)
  • Don't use default docker compose network, create a specific one
  • Be sure the backend create a connection to the database

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/13 **Author:** [@glours](https://github.com/glours) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/17/2020 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `update_react-java-mysql_sample` --- ### 📝 Commits (1) - [`d7d79e4`](https://github.com/docker/awesome-compose/commit/d7d79e436ff0f7f06c796397be978b094db13e0e) Update Spring Boot and Mysql version for react-java-mysql sample ### 📊 Changes **11 files changed** (+170 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `react-java-mysql/README.md` (+8 -8) 📝 `react-java-mysql/backend/Dockerfile` (+18 -9) 📝 `react-java-mysql/backend/pom.xml` (+25 -16) 📝 `react-java-mysql/backend/src/main/java/com/company/project/controllers/HomeController.java` (+10 -5) ➕ `react-java-mysql/backend/src/main/java/com/company/project/entity/Greeting.java` (+61 -0) ➕ `react-java-mysql/backend/src/main/java/com/company/project/repository/GreetingRepository.java` (+9 -0) 📝 `react-java-mysql/backend/src/main/resources/application.properties` (+11 -0) ➕ `react-java-mysql/backend/src/main/resources/data.sql` (+1 -0) ➕ `react-java-mysql/backend/src/main/resources/schema.sql` (+5 -0) ➖ `react-java-mysql/backend/src/main/resources/templates/home.ftl` (+0 -9) 📝 `react-java-mysql/docker-compose.yaml` (+22 -6) </details> ### 📄 Description Fix some part of #12 - [x] Be sure the backend create a connection to the database - [x] Check Mysql version (latest one is 8.0.19) - [x] Don't use default docker compose network, create a specific one - [ ] Be sure the backend create a connection to the database --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:23:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#745