Created
September 26, 2019 03:18
-
-
Save yingzhuo/1cdbc83406a098fefc972423e5fc6c4c to your computer and use it in GitHub Desktop.
用xml文件编写properties #java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> | |
<properties> | |
<comment>comment</comment> | |
<entry key="key">value</entry> | |
</properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment