Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rere950303/study-librarydeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rere950303 committed Jul 15, 2022
2 parents 0621ab2 + cfe8e7d commit 5de7911
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ allprojects {
dependencies {
implementation 'com.github.rere950303:study-librarydeploy:Tag'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'org.springframework.boot:spring-boot-starter-web'
}
```

Expand All @@ -87,6 +90,21 @@ dependencies {
<artifactId>study-librarydeploy</artifactId>
<version>Tag</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version></version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<version></version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version></version>
</dependency>
```

## Getting started
Expand Down

0 comments on commit 5de7911

Please sign in to comment.