Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huno-lcnc/huno-api-client
- Owner: HUNO-LCNC
- License: apache-2.0
- Created: 2025-01-31T14:06:30.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:06:31.000Z (21 days ago)
- Last Synced: 2025-01-31T14:35:17.040Z (21 days ago)
- Topics: java-19, maven, maven-plugin, slf4j-loggers, spring-boot, spring-security
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 configurationspring.datasource.url=jdbc:postgresql://localhost:3306/"your_database_name"
spring.datasource.username ="your_username"
spring.datasource.password ="your_password"