Mysql – Springboot spring data JPA using join and pagination
Java: 20.0 Springboot: 3.0.1 Table structure posts | CREATE TABLE `posts` ( `id` binary(16) NOT NULL, `posts` varchar(5000) DEFAULT NULL, `created_at` datetime(6) DEFAULT NULL, `updated_at` datetime(6) DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, PRIMARY KEY (`id`), KEY `FK8omq0tc18jd43bu5tjh6jvra7taq` (`user_id`), CONSTRAINT `FK8omq0tc18jd43bu5tjh6jvra7taq`…