Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Cepr0
Cepr0 has asked
6
questions and find answers to
117
problems.
Stats
3.7k
EtPoint
1.3k
Vote count
6
questions
117
answers
About
Java developer with experience in SQL and database design.
Author of Generic CRUD library.
Cepr0 questions
How to log SQL queries, their parameters and results with Log4jdbc in Spring Boot projects?
How to easy implement 'REST API query language' with Querydsl and Spring Data to filter the entities?
Spring Data Rest - can not update (PATCH) a list of child entities that have a reference to another entity
How to make Zuul dynamic routing based on HTTP method and resolve target host by 'serviceId'?
Spring Data REST - PUT request does not work properly since v.2.5.7
How to work with DTO in Spring Data REST projects?
Cepr0 answers
skip database connection with mysql while doing testing in spring boot
Spring Data JPA query returns null
Does Spring Data REST event handlers use separate database transactions?
Spring Data JPA check if a SET contains an object
How to prevent sorting on a given column?
JPA findBy...IgnoreCase and PostgreSQL indexing
How to reverse a findAll() query in the pagingAndSorting repository interface using Spring data REST
Spring how to resolve entity uri in @RepositoryRestController
How to log SQL queries, their parameters and results with Log4jdbc in Spring Boot projects?
Bulk update over spring data jpa with join