Commit e25da495 authored by 周健威's avatar 周健威

修改database设置没有生效的问题

parent 0cba935d
......@@ -10,7 +10,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>rs-website-server</artifactId>
<version>2.0-SNAPSHOT</version>
<dependencies>
<dependency>
......@@ -26,4 +25,22 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<finalName>rs-website</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment