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 |
Tags
- 단축키
- JavaScript
- tomcat
- 줄바꿈 문자
- plugin
- Quartz
- netsh
- Source
- web.xml
- IntelliJ
- port
- VirtualBox
- bash
- find
- import
- grep
- profile
- vscode
- GIT
- Windows 10
- Eclipse
- lsof
- 네트워크
- Mac
- Windows
- maVen
- xargs
- context
- ssh
- resource
Archives
- Today
- Total
develog
[Maven] pom.xml, java 1.8 본문
pom.xml
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.7.0</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build> |
'Dev > Java' 카테고리의 다른 글
[log4j] ConversionPattern (0) | 2016.06.02 |
---|---|
[Java] context.xml (0) | 2016.05.30 |
[Java] log4j (0) | 2016.05.29 |
[Java] .class 버전 확인, javap (0) | 2016.03.27 |
[Java] Quartz job fire manually (in JSP) (0) | 2015.10.14 |
Comments