The
spotify docker maven plugin (Archived since Mar, 2022) can only build image with local docker client installed. This plugin works fine on my Mac.
But when I switched to Windows(with
docker installed in ubuntu-WSL), problem occurred:
Read More ...Question
#
When I wrote a Spring Security & Oauth2 web application according to
this official guide with Spring Boot 3.0.6
and Spring Security 6.0.3
, I encountered a problem when I configured Spring Security CSRF:
1@Override
2protected void configure(HttpSecurity http) throws Exception {
3 // @formatter:off
4 http
5 // ... existing code here
6 .csrf(c -> c
7 .csrfTokenRepository(CookieCsrfTokenRepository.withHttpOnlyFalse())
8 )
9 // ... existing code here
10 // @formatter:on
11}
Read More ...This is quick notes of learning Spring microservice in action(2nd edition). To be clarified, Spring-Boot and Spring-Cloud version are little different from book.
Here are versions used:
- Spring-Boot version
2.6.13
- Spring-Cloud version
2021.0.5
Read More ...Despiting all hugo
embedded shortcodes, I'v written/modified some shortcodes.
This page shows the usage of those shortcodes, especially customized shortcodes.
Read More ...I'v done little work to make this blog a little more 'personalized'.
Here I marked them down, in case of forgotten.
Read More ...