Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huno-lcnc/huno-api-client

huno-client java modules where user can do add new endpoint
https://github.com/huno-lcnc/huno-api-client

java-19 maven maven-plugin slf4j-loggers spring-boot spring-security

Last synced: 14 days ago
JSON representation

huno-client java modules where user can do add new endpoint

Awesome Lists containing this project

README

        

# HUNO-API-CLIENT
# Application Project Spring Boot : Spring Boot REST API Project with Postgrsql Database.
Huno Full backend on spring boot rest api. huno frontend client application using Spring Boot REST API.

Project:

huno frontend client using spring boot realtime rest apis, spring security, role based authentication, JWT, spring data jdbc template and Pagination postgrsql Database. Using DTO for Data Transfer etc.

- more details is coming soon...😀😀😀




## Application.properties files:

#for changing the default port number.

server.address=localhost
server.port=4007
#db configuration

spring.datasource.url=jdbc:postgresql://localhost:3306/"your_database_name"

spring.datasource.username ="your_username"

spring.datasource.password ="your_password"