摘要:
不够6位用0在左边补0Long count = getCountByPredicate(booleanExpression); return String.format("%06d",count); 阅读全文
摘要:
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <includeSyste 阅读全文
