Selaa lähdekoodia

@自优化@laijj@补充server-config配置

赖骏劼 3 vuotta sitten
vanhempi
commit
1ec474957c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      show-server/src/main/resources/server-config.xml

+ 2 - 0
show-server/src/main/resources/server-config.xml

@ -23,6 +23,8 @@
23 23
	<config name="securityHandler" value="com.ai.ipu.show.core.security.IpuSecurityHandler"/>
24 24
	<!-- 是否运行标签引擎 -->
25 25
	<config name="isUseTag" value="true"/>
26
	<!-- 生成的res.version.properties文件是否加密true:加密,false:不加密,both:加密和不加密并存,默认为false -->
27
	<config name="res_properties_encrypt" value="both"/>
26 28
</configs>
27 29
28 30