1. Overview In this article, we will cover how to use CKEditor with Spring Boot. In this tutorial, we will be importing an XML document with numerous data, program the ability to load a set of data to the CKEditor instance with a GET request, and do a POST request to save the CKEditor’s data.… Continue reading AJAX with CKEditor in Spring Boot
Category: REST
Building Spring Boot RESTful Service + Spring Boot Actuator
Overview What is REST? REST(REpresentational State Transfer) is the architectural style the web is built on and has become a standard software design pattern used for web applications. The term Representational State Transfer was first used by Roy Fielding, the originator of REST and one of the principal authors of HTTP specification, in his doctoral… Continue reading Building Spring Boot RESTful Service + Spring Boot Actuator