<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
'프로그래밍 > spring' 카테고리의 다른 글
pom.xml (0) | 2018.09.07 |
---|---|
application-context.xml (0) | 2018.09.07 |
spring 플러그인 설치및 sts 설치 등등 (0) | 2016.06.15 |
파일다운로드 (0) | 2015.11.17 |
파일 업로드 (0) | 2015.11.16 |