Work Space configuration
Work Space configuration
Steps:-
Step 1 :- download STS - STS
in 'Spring Tools 4 for Eclipse', select 'Windows 64-bit' option
double click on 'spring-tool-suite-4.jar', we'll get 'sts-4.5.1', go to this folder
double click in on SpringToolSuite4.exe
Step 2 :- download and install Java8 - Jdk8
Steps:-
Step 1 :- download STS - STS
in 'Spring Tools 4 for Eclipse', select 'Windows 64-bit' option
double click on 'spring-tool-suite-4.jar', we'll get 'sts-4.5.1', go to this folder
double click in on SpringToolSuite4.exe
Step 2 :- download and install Java8 - Jdk8
Step 3 :- set JAVA_HOME path ref link
Step 4 :- download maven software link
Step 5 :- MAVEN_HOME path ref link.
Note : test maven set up with this command
>mvn -version
Step 6 :- download git software link.
For Code check in :-
1. Sign up in https://github.com/
2. share Github username to CICD team
3. once CICID tea confirm account we can do code check-in
Step 4 :- download maven software link
Step 5 :- MAVEN_HOME path ref link.
Note : test maven set up with this command
>mvn -version
Step 6 :- download git software link.
- install git software.
- go to folder (where we can place code).
- give right click and select "git Bash here".
- enter bellow command
- $ git clone repository url.
- URL : https://github.com/bayareddy/wfd.git
- import code with bellow steps.
Step 7 :- import maven projects with bellow steps.
- Open eclipse
- Click File > Import.
- Type Maven in the search box under Select an import source:
- Select Existing Maven Projects.
- Click Next.
- Click Browse and select the folder that is the root of the Maven project(probably contains the pom.xml file)
- Click Next.
- Click Finish.
For Code check in :-
1. Sign up in https://github.com/
2. share Github username to CICD team
3. once CICID tea confirm account we can do code check-in
Comments
Post a Comment