Spring Quay
Saturday, 14 October 2017
Three ways solving Spring Boot Cannot determine embedded database driver class for database type NONE
›
If you don’t have a DataSource configured for your spring boot application, when you run spring boot application, it tries to configure the ...
4 comments:
Wednesday, 4 October 2017
access-control-allow-origin
›
When do development, especially front end and back end are separated in different projects, it is easy to get access-control-allow-origin ...
4 comments:
Saturday, 30 September 2017
HTML 5 form validation not work with onclick
›
form validation is the form been validated before submit. So if you want to use HTML 5 default form validation with the submit button which...
3 comments:
Tuesday, 19 September 2017
Eclipse Speed Up
›
Cleaning up history and indexes reduce the load on RAM, and overall HDD usage as well. This result in very high impact on performance. To r...
Sunday, 27 August 2017
Java Web Service SOAP REST
›
Simple introduction of JAX-WS and JAX-RS, with code, implementation, SOAP request and response, and comparison. See Java Web Service
5 comments:
Monday, 25 January 2016
Three approachs to solve JSON recursive dependency (circular dependency) Stackoverflow
›
Using Jackson to serialize my JPA entities with many-to-many relationship into JSON, I got a wrong JSON response and the application entered...
190 comments:
Tuesday, 12 January 2016
REST API for create-form and update-form resource
›
Generally, when comes to create a resource using REST, the URI is something looks like: POST /orders so how to represent a create and edit...
1 comment:
‹
Home
View web version