|
6 years ago | |
---|---|---|
.. | ||
src | 6 years ago | |
README.md | 6 years ago | |
pom.xml | 6 years ago |
hsweb:
app:
name: my-application
comment: 我的应用
version: 1.0.0
auto-init: true # 启动服务时进行初始化(执行classpath*:/hsweb-starter.js)
修改application.yml
hsweb:
cors:
enable: true
allowed-headers: "*"
allowed-methods: "*"
allowed-origins: "*"
allow-credentials: true
max-age: 14400
fastjson:
features: WriteNullListAsEmpty,WriteNullNumberAsZero,WriteNullBooleanAsFalse