{"id":20433127,"url":"https://github.com/sivaosorg/suit4j","last_synced_at":"2026-04-11T08:04:41.890Z","repository":{"id":242372182,"uuid":"809228903","full_name":"sivaosorg/suit4j","owner":"sivaosorg","description":"Spring Boot simplifies the process of creating stand-alone, production-grade Spring-based applications that \"just run\". It provides an opinionated view of the Spring platform and third-party libraries, enabling you to get started with minimal configuration.","archived":false,"fork":false,"pushed_at":"2024-10-13T14:03:48.000Z","size":801,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-15T18:45:46.987Z","etag":null,"topics":["java-springboot","spring-boiler-plate","spring-boot","spring-boot-starter","spring-mvc","spring-security","spring-security-jwt","spring-security-oauth2"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/suit4j","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sivaosorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T04:47:29.000Z","updated_at":"2024-10-13T14:03:51.000Z","dependencies_parsed_at":"2024-06-02T16:22:03.818Z","dependency_job_id":"cc91ccd9-df9f-4461-9558-82d0c571e350","html_url":"https://github.com/sivaosorg/suit4j","commit_stats":null,"previous_names":["sivaosorg/suit4j"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fsuit4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fsuit4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fsuit4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fsuit4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/suit4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241975656,"owners_count":20051507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java-springboot","spring-boiler-plate","spring-boot","spring-boot-starter","spring-mvc","spring-security","spring-security-jwt","spring-security-oauth2"],"created_at":"2024-11-15T08:17:49.489Z","updated_at":"2026-04-11T08:04:41.864Z","avatar_url":"https://github.com/sivaosorg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Suit4J: A Suite of Spring Boot Projects\n\n## Introduction\n\nWelcome to `Suit4J`! This repository is a comprehensive collection of projects that demonstrate the versatility and\npower of Spring Boot. Each project is a testament to the capabilities of Spring Boot in various scenarios.\n\n## Overview\n\nSpring Boot simplifies the process of creating stand-alone, production-grade Spring-based applications that \"just run\".\nIt provides an opinionated view of the Spring platform and third-party libraries, enabling you to get started with\nminimal configuration.\n\nThis suite of projects showcases the application of Spring Boot in various contexts, including:\n\n- **Web Development**\n- **Data Access**\n- **Authentication and Authorization**\n- **Testing**\n- **Deployment**\n\n## Features\n\n- Written in **Java 1.8** or higher.\n- **Well-documented** code for easy understanding.\n- Regular updates and maintenance for **continuous improvement**.\n\n## Installation\n\n```bash\ngit clone --depth 1 https://github.com/sivaosorg/suit4j.git\n```\n\n## Usage\n\nThis section explains how users can interact with the various modules. Each module can be managed using the following\ncommands:\n\n- **run**: Run the Spring Boot application using Gradle's `bootRun` task.\n- **build**: Build the JAR file using Gradle's `bootJar` task.\n- **clean**: Clean build artifacts using Gradle's `clean` task.\n- **rebuild**: Clean, build the JAR file, and run the Spring Boot application.\n- **task**: List available Gradle tasks.\n- **test**: Run tests using Gradle's `test` task.\n- **unlink**: Remove all log files from the `logs` directory.\n- **rollout**: Clean, build the JAR file, and run it with the specified Spring profile (default is `local`).\n- **execute**: Make the `run.sh` script executable and run it with the specified Spring profile.\n\n## Command\n\nHere are the commands to interact with the application:\n\n```shell\n# Run the application\nmake run\n\n# Build the JAR file\nmake build\n\n# Clean build artifacts\nmake clean\n\n# Rebuild the project and run it\nmake rebuild\n\n# List available tasks\nmake task\n\n# Run tests\nmake test\n\n# Remove all log files\nmake unlink\n\n# Clean, build, and run the application with the default profile (`local`)\nmake rollout\n\n# Clean, build, and run the application with a specified profile (e.g., `production`)\nmake rollout profile=prod\n\n# Make the `run.sh` script executable and run it with the default profile (`local`)\nmake execute\n\n# Make the `run.sh` script executable and run it with a specified profile (e.g., `production`)\nmake execute profile=prod\n```\n\n## Configuration\n\n| # | Configs                  | Description                                                                                  |\n|---|--------------------------|----------------------------------------------------------------------------------------------|\n| 1 | `gradle.yml`             | Defines the Gradle build configuration and JAR output with a specific version                |\n| 2 | `application.yml`        | Defines Spring profiles and common configuration                                             |            \n| 3 | `application-common.yml` | Defines Spring Servlet information: **port**, **encoding**, **timezone**, **date-format**... |\n| 4 | `application-log.yml`    | Defines logging configuration: **format**, **level**, **filename**                           |\n| 5 | `application-dev.yml`    | Defines environment-specific properties for **development** and **staging**                  |\n| 6 | `application-prod.yml`   | Defines environment-specific properties for **production**                                   |\n| 7 | `application-local.yml`  | Defines environment-specific properties for **local development**                            |\n| 8 | `logback.xml`            | Defines Logback logging configuration: **logger format**, **pattern**                        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fsuit4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fsuit4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fsuit4j/lists"}