Commit 6de32c6d authored by trumansdo's avatar trumansdo
Browse files

改变目录结构,以防止ide混合打开前端项目,导致误操作改变前端项目的格式


Signed-off-by: default avatartrumansdo <1012243881@qq.com>
parent afdf4eec
......@@ -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>
......
# 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
Supports Markdown
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