Commit c32b5a83 authored by 赵啸非's avatar 赵啸非

修改构建api文档

parent cee388bf
......@@ -342,8 +342,6 @@ public class UserEntity extends UserEntityExt implements IUser {
this.status = status;
}
@Override
public Long getDeptId() {
return null;
......@@ -363,7 +361,6 @@ public class UserEntity extends UserEntityExt implements IUser {
}
@Override
public Long getCustomerJoinId() {
return null;
......
......@@ -31,6 +31,9 @@ spring:
min-idle: 0
max-active: 100
max-wait: 1000
dao:
exceptiontranslation:
enabled: false
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment