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 |
Tags
- port
- VirtualBox
- Source
- resource
- 단축키
- GIT
- grep
- context
- vscode
- web.xml
- 네트워크
- ssh
- maVen
- Windows 10
- plugin
- xargs
- Mac
- lsof
- Windows
- bash
- import
- profile
- Eclipse
- Quartz
- 줄바꿈 문자
- IntelliJ
- netsh
- tomcat
- JavaScript
- find
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