mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Correct the URI used for the properties DTD
See gh-16270
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE properties SYSTEM "https://java.sun.com/dtd/properties.dtd">
|
||||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||
<properties>
|
||||
<entry key="test">xml</entry>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user