All Projects → paulcwarren → Spring Content

paulcwarren / Spring Content

Licence: apache-2.0
Cloud-Native Storage and Enterprise Content Services (ECMS) for Spring

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Content

Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (+188.74%)
Mutual labels:  content-management, headless-cms, content
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (+60.26%)
Mutual labels:  content-management, headless-cms, content
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+474.17%)
Mutual labels:  spring-data, spring
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-90.73%)
Mutual labels:  spring-data, spring
Daptin
Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS
Stars: ✭ 1,195 (+691.39%)
Mutual labels:  content-management, headless-cms
Spring Data Neo4j
Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 662 (+338.41%)
Mutual labels:  spring-data, spring
Spring Data Rest
Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
Stars: ✭ 743 (+392.05%)
Mutual labels:  spring-data, spring
Dc Delivery Sdk Js
Official Javascript SDK for the Amplience Dynamic Content Delivery API
Stars: ✭ 51 (-66.23%)
Mutual labels:  content-management, headless-cms
Spring Data R2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
Stars: ✭ 534 (+253.64%)
Mutual labels:  spring-data, spring
Articles
This repository along with the exercises repository (https://github.com/njnareshjoshi/exercises) contains coding examples for my blog ProgrammingMitra
Stars: ✭ 92 (-39.07%)
Mutual labels:  spring-data, spring
Spring Data Redis
Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,293 (+756.29%)
Mutual labels:  spring-data, spring
Springbootsample
spring boot sample source
Stars: ✭ 95 (-37.09%)
Mutual labels:  spring-data, spring
Pagekit
Pagekit CMS
Stars: ✭ 5,455 (+3512.58%)
Mutual labels:  content-management, content
Core
Source Code for dotCMS Java Enterprise Content Management System
Stars: ✭ 615 (+307.28%)
Mutual labels:  headless-cms, content
Lokum
Manage a website’s content using Trello
Stars: ✭ 26 (-82.78%)
Mutual labels:  content-management, content
Spring Data Commons
Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
Stars: ✭ 542 (+258.94%)
Mutual labels:  spring-data, spring
Dc Management Sdk Js
Amplience Dynamic Content Management SDK
Stars: ✭ 47 (-68.87%)
Mutual labels:  content-management, headless-cms
Nb Springboot
NetBeans IDE plugin supporting programming with Spring Boot
Stars: ✭ 111 (-26.49%)
Mutual labels:  spring-data, spring
Pdf
编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
Stars: ✭ 12,009 (+7852.98%)
Mutual labels:  solr, spring
Spring Data Mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,253 (+729.8%)
Mutual labels:  spring-data, spring

Build codecov Join the chat at https://gitter.im/spring-content/Lobby

Spring Content

Cloud-Native Content Services for Spring.

Spring Content provides modules for managing content in JPA, MongoDB's GridFS, S3 or Filesystem storage. When combined with Spring Data/REST it allows content to be associated with Spring Data Entities. The Solr module provides an integration with Apache Solr for fulltext indexing and search capabilities. The Renditions module provides a pluggable renditions framework and several out-of-the-box renderers that can render stored content in several different formats.

Getting help

Having trouble with Spring Content? We'd like to help!

Reporting Issues

Spring Content uses GitHub's integrated issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:

  • Before you log a bug, please search the issue tracker to see if someone has already reported the problem.
  • If the issue doesn't already exist, create a new issue.
  • Please provide as much information as possible with the issue report, we like to know the version of Spring Content that you are using, as well as your Operating System and JVM version.
  • If you need to paste code, or include a stack trace use Markdown ``` escapes before and after your text.
  • If possible try to create a test-case or project that replicates the issue.

Building from Source

You don't need to build from source to use Spring Content (binaries in https://repo.maven.apache.org/maven2/), but if you want to try out the latest and greatest, Spring Content can be easily built with the maven wrapper. You also need JDK 1.8.

$ ./mvnw clean install

If you want to build with the regular mvn command, you will need Maven v3.2.1 or above.

Also see CONTRIBUTING.md if you wish to submit pull requests, and in particular please fill out the Contributor's License Agreement before your first change, however trivial.

Building reference documentation

The reference documentation can be included in the build by specifying the docs profile.

$ ./mvnw -P docs clean install 

TIP: The generated documentation is available from spring-content/target/generated-docs/refs/dev/

Guides

The https://paulcwarren.github.io/spring-content/ site contains several guides that show how to use Spring Content step-by-step:

License

Spring Content is Open Source software released under the Apache 2.0 license.

Acknowledgements

  • Spring Content uses YourKit. YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].