2022-09-17 kotlin cheatsheet
- Kotlin에서 자주 사용하는 annotation 정리
- @JvmName, @JvmStatic, @JvmField, @Throws, @JvmOverloads
developer from pamukkale
잘 쓰다가 갑자기 m1 mac book pro 에서 unifying 리시버에 연결되어있는 MX Anywhere 2S 마우스의 스크롤이 안되기 시작했다.
``` shell
hadoop 명령어 사용 기록
@ContextHierarchy({
@ContextConfiguration(
locations = {
"classpath:/something-config-app.xml",
"classpath:/something-config-datasource.xml",
"classpath:/META-INF/something/**/*.xml"
},
classes = {
SpringTest.CustomConfig.class
}
),
@ContextConfiguration({"classpath:/something-child-config.xml" })
})
public class SpringTest {
}
cd tomcat/lib
java -cp catalina.jar org.apache.catalina.util.ServerInfo
spring boot application 를 java -jar myApplication.jar
로 실행하지않고, 그냥 ./myApplication.jar
로 실행하고싶다.