Skip to content

Instantly share code, notes, and snippets.

@yingzhuo
Created September 26, 2019 03:18
Show Gist options
  • Save yingzhuo/1cdbc83406a098fefc972423e5fc6c4c to your computer and use it in GitHub Desktop.
Save yingzhuo/1cdbc83406a098fefc972423e5fc6c4c to your computer and use it in GitHub Desktop.
用xml文件编写properties #java
<?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