Browse Source

Configure Continuous Integration ....

master
hypaas 10 months ago
parent
commit
7ad8ece764
  1. 2
      modules/export/src/main/resources/domains/CommonBoolean.xml
  2. 1
      src/main/resources/application.properties

2
modules/export/src/main/resources/domains/CommonBoolean.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd">
<module name="com.export.enums" package="com.export.CommonBoolean"/>
<module name="com.export.enums" package="com.export.enums"/>
<enum name="CommonBoolean">
<item name="IS" title="是" value="IS"/>
<item name="NOT" title="否" value="NOT"/>

1
src/main/resources/application.properties

@ -323,3 +323,4 @@ logging.level.com.hypaas=INFO

Loading…
Cancel
Save