1.Spring-mybatis-XML方式的入门
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!--构建工具-->
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@@ -58,6 +59,10 @@
|
||||
<source>11</source>
|
||||
<target>11</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
<!--作用:在maven编译时,保留源文件.java中的方法参数名-->
|
||||
<compilerArgs>
|
||||
<arg>-parameters</arg>
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Reference in New Issue
Block a user