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