Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@

import java.util.Arrays;
import java.util.Comparator;

import org.springframework.stereotype.Service;
import static java.lang.String.format;

/**
* Unfortunately it ides not work.
* Transactions are too hard for rxjava2-jdbc :-(
*/
@Slf4j
@Service
public class WalletServiceImpl implements WalletService {
public static final String SELECT_BY_OWNER =
"select id, owner, balance, deposits, withdraws from wallet where owner=:owner";
Expand Down