Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
base-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
base-platform
Commits
c32b5a83
Commit
c32b5a83
authored
Apr 19, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改构建api文档
parent
cee388bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
base-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
...va/com/mortals/xhx/base/system/user/model/UserEntity.java
+0
-3
base-manager/src/main/resources/bootstrap.yml
base-manager/src/main/resources/bootstrap.yml
+3
-0
No files found.
base-manager/src/main/java/com/mortals/xhx/base/system/user/model/UserEntity.java
View file @
c32b5a83
...
...
@@ -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
;
...
...
base-manager/src/main/resources/bootstrap.yml
View file @
c32b5a83
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment