Java Java Stream Basic Stream Stream supports collection operations for Java. Collection codes become simple and easy to write. Basic... 2020.07.25 Java
Java Couchbase Spring Performance Tune (Edit) Link Boosting Spring Data Performance with Couchbase 2020.04.11 Java
Java Spring Data JPA Couchbase Properties Property List and Explanation Common Application Properties (Link) KeyDefault ValueExplanationspring.couchbase.bo... 2020.04.11 JavaServer
Java Spring Batch Disable Meta Data Log Meta Data Log? By default, Spring Batch saves status into DataSource. This is for recover batch. If the batch sto... 2020.03.15 Java
Java Spring Data Couchbase Aggregate function Aggregate I tried to use Aggregate function (like SUM, AVE etc..) in my work. I use Spring Data Couchbase and wri... 2020.03.14 Java
Java Spring Batch Couchbase JPA Spring Batch Couchbase JPA In this time, I explain about Spring Batch + Couchbase + JPA Spring Boot 2.2.2Use yaml... 2020.03.14 Java
Android gradle compile, api, implementation Diff between compile api, implementation NameRoleDescriptioncompilecompileDeprecatedUse compile, resolve dependencie... 2019.12.29 AndroidJava
Java Cassandra Get Started Cassandra Cassandra is NoSQL, and original is provided by Facebook. It is to handle huge data for application use... 2019.10.12 JavaNoSQL
Java Spring Boot Database UnitTest Goal We would like to Test DAO or Service with Database operations. But, if we use database for testing directly,... 2019.04.23 Java
Java Spring Elastic Search Elastic Search Elastic Search is one of product in Elastic Stack. This is Lucene (Apache Lucene) base Index search. ... 2019.04.13 Java