基本配置
修改src/main/resource/conf/config.xml
,这是 Leap 的主要配置文件。
Leap 最低配置要求只需要配置主要包路径:
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.leapframework.org/schema/config">
<base-package>hello</base-package>
</config>
上一篇:通用配置约定
下一篇:使用 profile 切换配置