Migrate From Jodatime to Java Time
—- JodaTime Java Time day of week LocalDate.dayOfWeek() .getDayOfWeek() date to datetime LocalDate.toDateTimeAtStartOfDay() ...
—- JodaTime Java Time day of week LocalDate.dayOfWeek() .getDayOfWeek() date to datetime LocalDate.toDateTimeAtStartOfDay() ...
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.2.5</version> </plugin>
DONOT reuse project name!
git log --name-status HEAD^..HEAD Ref.: Git: See my last commit
Found possible branch point: https://140.122.66.77/svn/personnel_matters/PdbLib => https://140.122.66.77/svn/personnel_matters/PbdLib, 206 Error from SVN, (175009): Malformed network data: The...
Ref.: 如何撰好的 Git Commit Message How to Write Better Git Commit Messages – A Step-By-Step Guide <type>[optional scope]: <description> [optional body] [optional footer(s)] feat – a...
Supported Java versions and features Jdk6 -> IDEA 2021.X
HTTP Client Move an HTTP request In the editor, place the caret at the request to be moved and do one of the following: From the main menu or the context menu, select Refactor | Move. Press ⌥ ...
Settings -> Editor -> File Encodings -> Default encoding for properties fiels: -> UTF-8 Check the Transparent native-to-ascii conversion;
use .entity() to inhibit default returned HTML. return Response .status(UNAUTHORIZED) .entity("Custom Message") .type(MediaType.APPLICATION_JSON) .build();