Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
05da19e0
Commit
05da19e0
authored
Aug 04, 2019
by
xiandafu
Browse files
refine doc
parent
0fffd349
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
05da19e0
...
...
@@ -7,12 +7,20 @@
系统基于Spring Boot2.1技术,前端采用了Layui2.4。数据库以MySQL/Oracle/Postgres/SQLServer为实例,理论上是跨数据库平台.
基本技术栈来源于我为电子工业出版社编写的的
[
<<Spring Boot 2 精髓 >>
](
https://item.jd.com/12214143.html
)
(
这本书每一章也有各种例子,但Springboot-plus
更偏向于应用而不是教学)
该书的第二版电子版可以可以在
[
看云广场购买
](
https://www.kancloud.cn/xiandafu/springboot2-in-practice/
)
,第二版也包含一章说明Plus系统
该书的第二版电子版可以可以在
[
看云广场购买
](
https://www.kancloud.cn/xiandafu/springboot2-in-practice/
)
,
包含基础篇,分布式篇和微服务篇,
第二版也包含一章说明Plus系统
当前版本:1.3.0
技术交流群:636321496,219324263(满)
技术交流群:252010126
视频介绍:https://pan.baidu.com/s/1dFPoaT7
w

开源地址:https://gitee.com/xiandafu/springboot-plus
...
...
@@ -95,7 +103,7 @@ public class MainApplication extends SpringBootServletInitializer implements We
### 1.2.1 配置子系统
子系统不需要做任何配置即可在IDE里直接运行,如果你想打包
城
jar方式运行,则需要添加
子系统不需要做任何配置即可在IDE里直接运行,如果你想打包jar方式运行,则需要添加
~~~
xml
<build>
...
...
@@ -255,13 +263,3 @@ plus是一个适合单体系统,系统拆分的java快速开发平台,也可
# 3 不懂plus系统?
plus系统足够聚焦内核功能,简单易用功能强大。如果你需要技术支持,可以通过如下方式
*
加入qq技术交流群:636321496,219324263(满)
*
SpringBoot基础知识:购买我的《
[
Spring Boot实战权威指南 基础篇》
](
https://www.kancloud.cn/xiandafu/springboot2-in-practice/
)
,从书里解答你的问题
*
ibeetl.com社区搜索你的问题
*
提供付费商业技术支持,一年仅需要99员,微信扫描

admin-console/src/main/resources/excelTemplates/admin/dict/dict_upload_template.xls
View file @
05da19e0
No preview for this file type
admin-console/src/main/resources/excelTemplates/admin/user/user_collection_template.xls
View file @
05da19e0
No preview for this file type
admin-core/src/main/java/com/ibeetl/admin/core/rbac/DataAccess.java
View file @
05da19e0
...
...
@@ -11,5 +11,4 @@ public interface DataAccess {
DataAccessResullt
getOrg
(
Long
userId
,
Long
orgId
);
String
getName
();
Integer
getType
();
}
Write
Preview
Supports
Markdown
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