提交 cc56bff1 编写于 作者: sq3536's avatar sq3536

userservice

上级 bfff2057
......@@ -4,4 +4,10 @@ spring:
application:
name: ibzuaa
main:
allow-bean-definition-overriding: true
\ No newline at end of file
allow-bean-definition-overriding: true
zuul:
routes:
loginv7:
path: /v7/login
serviceId: ibzuaa-api
stripPrefix: false
\ No newline at end of file
......@@ -19,7 +19,6 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
* 实体[IBZUSER] 服务对象接口实现
*/
@Service("IBZUSERService")
@ConditionalOnExpression("(!${ibiz.enablePermissionValid:false})&&'${ibiz.auth.service:SimpleUserService}'.equals('IBZUSERService')")
public class IBZUSERServiceImpl extends ServiceImpl<IBZUSERMapper, IBZUSER> implements IBZUSERService,AuthenticationUserService{
@Value("${ibiz.auth.pwencrymode:0}")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册