Skip to content

deepaksorthiya/spring-boot-custom-autoconfig-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Maven Build Test


** Spring Boot Custom User Define Auto Configuration Example **


Getting Started

Requirements:

Git: 2.49.0
Spring Boot: 3.5.0
Maven: 3.9+
Java: 24

Clone this repository:

git clone https://github.com/deepaksorthiya/spring-boot-custom-autoconfig-starter.git
cd spring-boot-custom-autoconfig-starter

Build Jar File and Run Tests:

./mvnw clean install

Usage

To use this starter you will need to add the following dependency to your spring boot project.

<dependency>
    <groupId>com.example</groupId>
    <artifactId>spring-boot-custom-autoconfig-starter</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

And configure the following properties in your application.properties file. The reason I made this a setting is because you might want to run JsonPlaceHolder Service locally or in a different environment. If you don't configure one the default will be used.

json-placeholder-service.base-url=https://jsonplaceholder.typicode.com

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Spring Boot Custom User Define Auto Configuration Example

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages