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

修改构建api文档

parent cee388bf
...@@ -342,8 +342,6 @@ public class UserEntity extends UserEntityExt implements IUser { ...@@ -342,8 +342,6 @@ public class UserEntity extends UserEntityExt implements IUser {
this.status = status; this.status = status;
} }
@Override @Override
public Long getDeptId() { public Long getDeptId() {
return null; return null;
...@@ -363,7 +361,6 @@ public class UserEntity extends UserEntityExt implements IUser { ...@@ -363,7 +361,6 @@ public class UserEntity extends UserEntityExt implements IUser {
} }
@Override @Override
public Long getCustomerJoinId() { public Long getCustomerJoinId() {
return null; return null;
......
...@@ -31,6 +31,9 @@ spring: ...@@ -31,6 +31,9 @@ spring:
min-idle: 0 min-idle: 0
max-active: 100 max-active: 100
max-wait: 1000 max-wait: 1000
dao:
exceptiontranslation:
enabled: false
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.p6spy.engine.spy.P6SpyDriver 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