Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/careydevelopment/web-content-api
Handles CRUD activities for web content objects.
https://github.com/careydevelopment/web-content-api
java11 mongodb spring spring-data-jpa
Last synced: 30 days ago
JSON representation
Handles CRUD activities for web content objects.
- Host: GitHub
- URL: https://github.com/careydevelopment/web-content-api
- Owner: careydevelopment
- License: mit
- Created: 2021-08-13T06:45:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T23:46:35.000Z (over 1 year ago)
- Last Synced: 2024-10-09T20:46:22.317Z (about 1 month ago)
- Topics: java11, mongodb, spring, spring-data-jpa
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Carey Development Logo](http://careydevelopment.us/img/branding/careydevelopment-logo-sm.png)
# Web Content API
![](https://img.shields.io/badge/jdk-11-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/maven-3.6.3-blue.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.careydevelopment.util/web-content-api/badge.svg)](https://search.maven.org/artifact/us.careydevelopment.util/web-content-api/1.7.0/jar)This package handles CRUD activities for web content objects.
## Latest Release
You can pull it from the central Maven repositories:```xml
us.careydevelopment.util
web-content-api
1.7.0
```## License
This code is under the [MIT License](https://github.com/careydevelopment/web-content-api/blob/main/LICENSE).