albert's blog
Showing posts with label
Java
.
Show all posts
Showing posts with label
Java
.
Show all posts
2020/12/02
[Java] [IntelliJ] Plugin "Lombok" is incompatible with the newest IntelliJ
›
Problem After I updated IntelliJ, it showed error message as bellows: Plugin "Lombok" is incompatible with the newest IntelliJ How...
2020/12/01
[Java] [JUnit] [SpringBoot] How to assign active profile in unit test?
›
Requirement If I have multiple profiles in Spring Boot project, how to assign specific profile in my unit test program? How-To Added @Activ...
2020/11/10
[Java] [Spring] How to configure Spring profile?
›
Problem I am using jsoup to download excel file from google drive via Java. I need to connect to google drive via http proxy in office, and ...
2020/11/01
[Apache Freemarker] Custom date/time format example
›
Purpose FreeMarker allows you to define your own number and date/time/datetime formats, and associate a name to them. Here has an example to...
2020/10/10
[Apache Freemarker] custom number format example
›
Purpose FreeMarker allows you to define your own number and date/time/datetime formats, and associate a name to them. Here has an example to...
›
Home
View web version