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
6de32c6d
Commit
6de32c6d
authored
Sep 04, 2019
by
trumansdo
Browse files
改变目录结构,以防止ide混合打开前端项目,导致误操作改变前端项目的格式
Signed-off-by:
trumansdo
<
1012243881@qq.com
>
parent
afdf4eec
Changes
788
Hide whitespace changes
Inline
Side-by-side
doc/readme/user.png
→
plus-admin/
doc/readme/user.png
View file @
6de32c6d
File moved
doc/readme/xingqiu.jpg
→
plus-admin/
doc/readme/xingqiu.jpg
View file @
6de32c6d
File moved
doc/readme/xingqiu.png
→
plus-admin/
doc/readme/xingqiu.png
View file @
6de32c6d
File moved
doc/starter-mysql.sql
→
plus-admin/
doc/starter-mysql.sql
View file @
6de32c6d
File moved
doc/starter-oracle.sql
→
plus-admin/
doc/starter-oracle.sql
View file @
6de32c6d
File moved
doc/starter-postgresql.sql
→
plus-admin/
doc/starter-postgresql.sql
View file @
6de32c6d
File moved
doc/starter-sqlserver.sql
→
plus-admin/
doc/starter-sqlserver.sql
View file @
6de32c6d
File moved
lib/mysql-connector-java-6.0.5.jar
→
plus-admin/
lib/mysql-connector-java-6.0.5.jar
View file @
6de32c6d
File moved
lib/ojdbc6-11.2.0.1.0.jar
→
plus-admin/
lib/ojdbc6-11.2.0.1.0.jar
View file @
6de32c6d
File moved
lib/readme.md
→
plus-admin/
lib/readme.md
View file @
6de32c6d
File moved
pom.xml
→
plus-admin/
pom.xml
View file @
6de32c6d
...
...
@@ -7,8 +7,8 @@
<version>
1.3.2
</version>
<packaging>
pom
</packaging>
<modules>
<module>
admin-core
</module>
<module>
admin-console
</module>
<module>
./
admin-core
</module>
<module>
./
admin-console
</module>
</modules>
<parent>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -24,6 +24,16 @@
<!-- Add typical dependencies for a web application -->
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<exclusions>
<exclusion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-logging
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
...
...
sonar-project.properties
→
plus-admin/
sonar-project.properties
View file @
6de32c6d
# must be unique in a given SonarQube instance
sonar.projectKey
=
starter
# this is the name displayed in the SonarQube UI
sonar.projectName
=
springboot-plus
sonar.projectVersion
=
1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources
=
admin-core/src/main/java,admin-console/src/main/java
# Encoding of the source code. Default is default system encoding
# must be unique in a given SonarQube instance
sonar.projectKey
=
starter
# this is the name displayed in the SonarQube UI
sonar.projectName
=
springboot-plus
sonar.projectVersion
=
1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources
=
admin-core/src/main/java,admin-console/src/main/java
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding
=
UTF-8
\ No newline at end of file
admin-web/.editorconfig
→
ve-admin/
admin-web/.editorconfig
View file @
6de32c6d
File moved
admin-web/.env.development
→
ve-admin/
admin-web/.env.development
View file @
6de32c6d
File moved
admin-web/.env.production
→
ve-admin/
admin-web/.env.production
View file @
6de32c6d
File moved
admin-web/.env.staging
→
ve-admin/
admin-web/.env.staging
View file @
6de32c6d
File moved
admin-web/.eslintignore
→
ve-admin/
admin-web/.eslintignore
View file @
6de32c6d
File moved
admin-web/.eslintrc.js
→
ve-admin/
admin-web/.eslintrc.js
View file @
6de32c6d
File moved
admin-web/.gitignore
→
ve-admin/
admin-web/.gitignore
View file @
6de32c6d
File moved
admin-web/.prettierrc
→
ve-admin/
admin-web/.prettierrc
View file @
6de32c6d
File moved
Prev
1
…
21
22
23
24
25
26
27
28
29
…
40
Next
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