提交 f027dddb authored 作者: kenshinji's avatar kenshinji

Fix title format of MAVEN.md

上级 b3a0f632
#H2 # H2
Welcome to H2, the Java SQL database. The main features of H2 are: Welcome to H2, the Java SQL database. The main features of H2 are:
...@@ -7,9 +7,9 @@ Welcome to H2, the Java SQL database. The main features of H2 are: ...@@ -7,9 +7,9 @@ Welcome to H2, the Java SQL database. The main features of H2 are:
* Browser based Console application * Browser based Console application
* Small footprint: around 1.5 MB jar file size * Small footprint: around 1.5 MB jar file size
##Experimental Building & Testing with Maven ## Experimental Building & Testing with Maven
###Setup JDK ### Setup JDK
Maven requires at minimum the JDK 1.7 whereas H2 is designed to be compiled against the JDK 1.6; the way in which this is Maven requires at minimum the JDK 1.7 whereas H2 is designed to be compiled against the JDK 1.6; the way in which this is
resolved is through [maven toolchains](https://maven.apache.org/guides/mini/guide-using-toolchains.html). resolved is through [maven toolchains](https://maven.apache.org/guides/mini/guide-using-toolchains.html).
...@@ -34,7 +34,7 @@ Here is a sample file ...@@ -34,7 +34,7 @@ Here is a sample file
</toolchains> </toolchains>
``` ```
###Building ### Building
H2 uses [Maven Wrapper](https://github.com/takari/maven-wrapper) setup, you can instruct users to run wrapper scripts: H2 uses [Maven Wrapper](https://github.com/takari/maven-wrapper) setup, you can instruct users to run wrapper scripts:
...@@ -44,7 +44,7 @@ or ...@@ -44,7 +44,7 @@ or
> $ ./mvnw.cmd clean test > $ ./mvnw.cmd clean test
###Running ### Running
You can run the server like this You can run the server like this
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论