zepplin踩坑
版本v0.10.1
# 新增配置interpreter时要指定connector jar包
Dependencies指定local path
# 开启用户认证shiro
[users]
admin = pwd1, admin
user1 = password2, role1, role2
user2 = password3, role3
user3 = password4, role2
# 密码加密
[main]
sha256Matcher = org.apache.shiro.authc.credential.Sha256CredentialsMatcher
iniRealm.credentialsMatcher = $sha256Matcher
[users]
admin = 2711b26422803ecf05cc46cd84a5695f18779cd5b14071529bed6299a713b02c, admin

浙公网安备 33010602011771号