Skip to content

mlabrkic/Inventory_03_access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory_03_access

No_ 01: GitHub - Create new repository: Inventory_03_access

(Java source ==> .gitignore), MIT LICENSE, README.md
==> https://github.com/mlabrkic/Inventory_03_access

Open Windows Command Shell: Win+S, cmd
cd C:\MB_DEV\00JAVA\01_INVENTORY\
git clone https://github.com/mlabrkic/Inventory_03_access

==>
...\01_INVENTORY\Inventory_03_access
(.git)
.gitignore
LICENSE
README.md

git clone creates a local copy of a project that already exists remotely.

No_ 02: Create a Java Maven project

cd C:\MB_DEV\00JAVA\01_INVENTORY
Create, and then run Maven_create_SIKULIX-Inventory_02_ui.bat

Maven_create_SIKULIX-Inventory_03_access.bat :

mvn archetype:generate -DgroupId=com.mxb.inventory -DartifactId=Inventory_03_access -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false

==> (src\, pom.xml)

...\01_INVENTORY\Inventory_03_access
(.git)
src\
.gitignore
LICENSE
pom.xml
README.md

My Windows Command Shell aliases: https://gist.github.com/mlabrkic
Google: mlabrkic/alias_doskey.bat

gs
==>
git status

ga .
==>
git add .

git commit -m "Create Java Maven project"

git push -u origin main
(If you have changed "PAT", then it will ask to enter "PAT" token.)

Info:
ga po (TAB) ==> git add pom.xml

No_ 03: Edit pom.xml

Edit pom.xml

gs
ga .
git commit -m "pom.xml: add sikulixapi dependency, new versions of Maven plugins"
git push

No_ 04: Add Inventory_03_access.java

...\Inventory_03_access\src\main\java\com\mxb\inventory\App.java

Rename (and edit): App.java ==>
Inventory_03_access.java

gs
ga .
git commit -m "Add Inventory_03_access.java"
git push

No_ 05: Add UTILS_WO

Add UTILS_WO:

C:\...\UTILS_WO\
  00_dependency205\
  03_INV_ACCESS\
    images\
    Inventory_03_access-1.0-SNAPSHOT.jar
    Inventory_03_access_Excel.bas
    Pokreni_inventory_03_access.bat
ga .
git commit -m "Add UTILS_WO\03_INV_ACCESS"
git push

References:

1. Basic Git commands

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published