Skip to content

Commit

Permalink
📦 project api config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhangyue committed Dec 2, 2023
1 parent a2e0144 commit 1a4111e
Show file tree
Hide file tree
Showing 9 changed files with 2,593 additions and 37 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.10</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
<luna-common.version>2.5.2</luna-common.version>
<httpclient5.version>5.2.1</httpclient5.version>
<github.username>lunasaw</github.username>
<app.profiles>${project.name}</app.profiles>
<zlm-spring-boot-starter.version>1.0-SNAPSHOT</zlm-spring-boot-starter.version>
Expand All @@ -44,27 +45,27 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-common</artifactId>
<version>${luna-common.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient5.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-common</artifactId>
<version>${luna-common.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down
Loading

0 comments on commit 1a4111e

Please sign in to comment.