til
til copied to clipboard
Today I Learned
https://github.com/eugenp/tutorials/blob/master/spring-batch/src/test/java/com/baeldung/batchtesting/SpringBatchStepScopeIntegrationTest.java
https://donghyeon.dev/spring/2020/08/01/%EC%8A%A4%ED%94%84%EB%A7%81%EB%B6%80%ED%8A%B8%EC%9D%98-AutoConfiguration%EC%9D%98-%EC%9B%90%EB%A6%AC-%EB%B0%8F-%EB%A7%8C%EB%93%A4%EC%96%B4-%EB%B3%B4%EA%B8%B0/
어느시점에서부턴가 스프링 문서에서 `@Configuration` 이 `@Configuration(proxyBeanMethods = false)` 로 변경되었다. 빈을 생성할 때 파라미터 주입으로 다른 빈을 주입받는 방식 대신, 자기 자신의 메소드를 호출해서 빈을 가져오는 경우에는 프록시가 필요하다. 이...
https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.testing.spring-boot-applications.detecting-configuration - `@ContextConfiguration` 은 옛날 방식 - `@DataJpaTest` 같은걸 쓸 때에 `@ContextConfiguration`을 같이 쓰면, `@SpringBootApplication`의 패키지를 기본 패키지로 사용하는 로직이 적용되지 않음 - `@Import`를 쓰면 해결됨
http://www.cs.otago.ac.nz/coursework/cosc461/usecases.htm
https://stackoverflow.com/questions/38757728/using-an-enviroment-variable-for-local-sequelize-configuration
https://stackoverflow.com/questions/67332909/why-can-java-not-connect-to-mysql-5-7-after-the-latest-jdk-update-and-how-should
- Go to the IntelliJ installation folder and open the bin-directory - Add `-Djava.net.useSystemProxies=true` at the end of the idea64.vmoptions file (without 64 on a 32-bit system) - Restart IntelliJ...
맥 한영 변환
https://hidutil-generator.netlify.app/ https://taedi.net/38
https://www.baeldung.com/spring-batch-testing-job