https://github.com/marttp/20240629-gouttogether
This repository is the resources for Java developer backend bootcamp 2024
https://github.com/marttp/20240629-gouttogether
Last synced: about 1 year ago
JSON representation
This repository is the resources for Java developer backend bootcamp 2024
- Host: GitHub
- URL: https://github.com/marttp/20240629-gouttogether
- Owner: marttp
- Created: 2024-06-29T14:38:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T11:00:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T05:51:07.510Z (about 1 year ago)
- Language: Java
- Size: 2 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoutTogether
## Overview
The project is used for TP Coder - Java developer backend bootcamp 2024
- [Java Backend Developer Bootcamp \[2024\]](https://youtube.com/playlist?list=PLm3A9eDaMzukMQtdDoeOR-HbFN35vieQY&si=hRd4ilmgDyedzuZG)
- [เนื้อหา Spring Boot ตามใจฉัน](https://youtube.com/playlist?list=PLm3A9eDaMzum5fChmohnoWscmRHaK9aOJ&si=LmNP53nwRG-kLVJD)
## Tech Stack
- JDK 21 - Librerica
- Spring Boot 3.3 with Java
- Spring Data JDBC
- PostgreSQL
- Container for LGTM Stack OpenTelemetry Collector
## Packaging as JAR
```bash
./gradlew clean bootJar
```

## Packaging as OCI
```bash
./gradlew clean bootBuildImage
```


