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
e6b2d791
Commit
e6b2d791
authored
Nov 06, 2018
by
xiandafu
Browse files
refine doc
parent
ae3602ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e6b2d791
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
基本技术栈来源于我为电子工业出版社编写的的
[
<<Spring Boot 2 精髓 >>
](
http://ibeetl.com/sb2/#more
)
(
这本书每一章也有各种例子,但Springboot-plus
更偏向于应用而不是教学)
基本技术栈来源于我为电子工业出版社编写的的
[
<<Spring Boot 2 精髓 >>
](
http://ibeetl.com/sb2/#more
)
(
这本书每一章也有各种例子,但Springboot-plus
更偏向于应用而不是教学)
当前版本:1.1.
3
当前版本:1.1.
5
技术交流群:219324263(满) 636321496
技术交流群:219324263(满) 636321496
...
@@ -52,7 +52,7 @@ spring.datasource.password=123456
...
@@ -52,7 +52,7 @@ spring.datasource.password=123456
运行CosonleApplication,然后访问http://127.0.0.1:8080/ 输入admin/123456 则可以直接登录进入管理系统
运行CosonleApplication,然后访问http://127.0.0.1:8080/ 输入admin/123456 则可以直接登录进入管理系统
如果成功启动后运行报错:变量userId未定义,位于第6行,那是因为你没有启用
[
parameters
](
http://www.mamicode.com/info-detail-2162647.html
)
,启用后,需要
重新
build整个工程
如果成功启动后运行报错:变量userId未定义,位于第6行,那是因为你没有启用
[
parameters
](
http://www.mamicode.com/info-detail-2162647.html
)
,启用后,需要
clean&
build整个工程
...
...
admin-core/pom.xml
View file @
e6b2d791
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<dependency>
<dependency>
<groupId>
com.ibeetl
</groupId>
<groupId>
com.ibeetl
</groupId>
<artifactId>
beetl-framework-starter
</artifactId>
<artifactId>
beetl-framework-starter
</artifactId>
<version>
1.1.
59
.RELEASE
</version>
<version>
1.1.
68
.RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
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