Skip to content

Commit

Permalink
content improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruilin-Ma committed Aug 22, 2024
1 parent bc9ccec commit 3ff99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ backendServices/pom.xml
include::finish/backendServices/pom.xml[]
----

In the `pom.xml` configuration file, the [hotspot=copyDependencies]`copyDependencies` tag copies the specified third-party dependencies to a specified location. The [hotspot=location]`location` parameter can be added to the copyDependencies to override the default location, which is the lib folder of the target server. Multiple [hotspot=dependencies]`dependency` parameters can be added to the `copyDependencies` configuration.
In the `pom.xml` configuration file, the [hotspot=copyDependencies]`copyDependencies` tag is used to copy specified third-party dependencies to a designated location. The [hotspot=location]`location` parameter can be added to the copyDependencies to override the default location, which is the `lib` folder of the target server. Multiple [hotspot=dependencies]`dependency` parameters can be included within the `copyDependencies` configuration.

// =================================================================================================
// Performing CRUD operations using JPA
Expand Down

0 comments on commit 3ff99f1

Please sign in to comment.