Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- context
- profile
- 줄바꿈 문자
- 네트워크
- port
- bash
- Windows
- lsof
- tomcat
- VirtualBox
- GIT
- Eclipse
- IntelliJ
- plugin
- Mac
- vscode
- maVen
- 단축키
- xargs
- Windows 10
- JavaScript
- Source
- ssh
- import
- web.xml
- resource
- grep
- netsh
- find
- Quartz
Archives
- Today
- Total
목록IDE/intellij (26)
develog
[intellij] gradlew wrapper version upgrade
./gradlew wrapper --gradle-version=6.7
IDE/intellij
2020. 11. 1. 23:57
[intellij] JPA, Cannot resolve column 'name'
오류 Cannot resolve column 'name' 해결 Preferences > Editor > Inspections > JPA > Unresolved database references in annotations 체크 해제
IDE/intellij
2020. 10. 22. 20:02
[intellij] javax.management.InstanceNotFoundException
javax.management.InstanceNotFoundException 발생시 javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095) ~[na:1.8.0_241] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:643) ~[na:1.8.0_241]..
IDE/intellij
2020. 2. 20. 22:23