@Value("${app.TransactionFinder.transactionsFoundLimit:0x7fffffffffffffffL}") // default Long.MAX_VALUE
private long transactionsFoundLimit;
@Value("#{${app.TransactionFinder.transactionsFoundLimit:T(java.lang.Long).MAX_VALUE}}")
private long transactionsFoundLimit;
where:
config.properties:
app.TransactionFinder.transactionsFoundLimit=1000
or missing
Post navigation
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here:
Cookie Policy