Skip to content

#1 Project Setup#2

Draft
tom-weelborg wants to merge 38 commits intodevfrom
feature/1_project-setup
Draft

#1 Project Setup#2
tom-weelborg wants to merge 38 commits intodevfrom
feature/1_project-setup

Conversation

@tom-weelborg
Copy link
Copy Markdown
Member

@tom-weelborg tom-weelborg commented Apr 20, 2025

Changes introduce a blank Spring Boot application with Docker support.

It was created using the Spring Initializr following these steps:

  1. Project: Maven
  2. Language; Java
  3. Spring Boot: 3.4.5
  4. Project Metadata:
    • Group: dev
    • Artifact: devlink
    • Name: DevLink
    • Description: Backend for the DevLink platform - developed with Java Spring Boot
    • Package name: dev.devlink
    • Packaging: Jar
    • Java: 24
  5. Dependencies:
    • Spring Web
    • Spring Data JPA
    • PostgreSQL Driver
    • Spring Boot DevTools
    • Lombok

After initializing the Spring Boot app, two more dependencies were manually added:

Installation and usage have been included in the README.md.

@tom-weelborg tom-weelborg requested a review from Janniix April 20, 2025 22:15
@tom-weelborg tom-weelborg linked an issue Apr 20, 2025 that may be closed by this pull request
@tom-weelborg tom-weelborg marked this pull request as draft April 20, 2025 22:19
@tom-weelborg tom-weelborg force-pushed the feature/1_project-setup branch from 75386a9 to cb7403c Compare April 6, 2026 14:12
@tom-weelborg tom-weelborg force-pushed the feature/1_project-setup branch from cb7403c to 27131fb Compare April 6, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Project Setup

1 participant