-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding README file and changing the build.gradle to copy properties a…
…nd the Excel test file
- Loading branch information
1 parent
069c80f
commit 5bb96e9
Showing
5 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
How to clone and build the project from the GitHub | ||
|
||
1. Create a folder we you want to handle the project and clone the | ||
project from the GitHub by running | ||
"git clone https://github.com/palych-piter/Excel2DB.git". | ||
The Excel2Db subfolder should be created. | ||
|
||
2. Run the "gradlew shadowJar" gradle command. You should have the | ||
Gradle pre-installed. | ||
|
||
3. All is set. The "build/libs/" subfolder should have the newest jar file | ||
generated. By default the subfolder contains the property file pointing to | ||
the Derby database as the testing implementation and test.xlsx | ||
as the test Excel file. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters