-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImpt Notes.txt
97 lines (63 loc) · 3.05 KB
/
Impt Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
If you want to skip those tests you can run "mvn clean package -DskipTests" to just build the individual microservices.
build without test cases:
==========================
> mvn clean install `-Dmaven.test.skip
Some commands
==============
Zookeeper start
----------------
D:\kafka_2.12-2.6.2>.\bin\windows\zookeeper-server-start.bat config\zookeeper.properties
kafka start
------------
D:\kafka_2.12-2.6.2>.\bin\windows\kafka-server-start.bat config\server.properties
create kafka topic using cli
---------------------------------
D:\1_prectices\kafka_2.12-3.3.2\bin\windows>kafka-topics.bat --create --topic topic1 --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1
produce the data on the kafka topic
-------------------------------------
D:\1_prectices\soft\kafka_2.12-3.3.2\bin\windows>kafka-console-producer.bat --broker-list localhost:9092 --topic test-topic
consumer the data from kafka topic
-------------------------------------
D:\1_prectices\soft\kafka_2.12-3.3.2\bin\windows>kafka-console-consumer.bat --bootstrap-server localhost:9092 --topic test-topic
git command
===========
GITBUSH>> vivek.kumar3@DLLT-PG02NQAQ MINGW64 /d/scorpibrokercode
$ cd ScorpioBroker/
vivek.kumar3@DLLT-PG02NQAQ MINGW64 /d/scorpibrokercode/ScorpioBroker (development)
$ git checkout ldlibchange
*******************************************************************
1 Add Maven Plugin to POM.XML
===============================
`<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
2 Build Spring Boot Project with Maven
======================================
mvn package
or
mvn install / mvn clean install
3 Run Spring Boot app using Maven:
====================================
mvn spring-boot:run
[optional] Run Spring Boot app with java -jar command
java -jar target/mywebserviceapp-0.0.1-SNAPSHOT.jar
**********************************************************************
=========================================================================================================
D:\testsuit\ngsi-ld-test-suite-develop>node -v
D:\testsuit\ngsi-ld-test-suite-develop>pip install robotframework
D:\testsuit\ngsi-ld-test-suite-develop>pip install --upgrade pip
D:\testsuit\ngsi-ld-test-suite-develop>pip -version
D:\testsuit\ngsi-ld-test-suite-develop>pip -v
D:\testsuit\ngsi-ld-test-suite-develop>robot -v
D:\testsuit\ngsi-ld-test-suite-develop>robot -version
D:\testsuit\ngsi-ld-test-suite-develop>pip install --upgrade pip
D:\testsuit\ngsi-ld-test-suite-develop>python -m pip install -r requirements.txt
D:\testsuit\ngsi-ld-test-suite-develop>robot --outputdir ./results .
https://prudentplus.co.in/nec-insurance-partners/Forms/login.aspx
run specfice file
======================
robot D:\Quarkus_test_suit\ngsi-ld-test-suite-develop-test5\TP\NGSI-LD\ContextSource\RegistrationSubscription\UpdateContextSourceRegistrationSubscription\039_04.robot