修改使用 JDK 的版本为 11
This commit is contained in:
parent
854c747911
commit
f2f72870a7
2
pom.xml
2
pom.xml
|
@ -16,7 +16,7 @@
|
||||||
<description>Demo project for Spring Boot Security - JWT</description>
|
<description>Demo project for Spring Boot Security - JWT</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>11</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue