diff --git a/ls/target/classes/application.properties b/ls/target/classes/application.properties deleted file mode 100644 index 6599014..0000000 --- a/ls/target/classes/application.properties +++ /dev/null @@ -1,4 +0,0 @@ -server.port=8090 - -spring.data.mongodb.database=laptop_store -spring.data.mongodb.port=27017 diff --git a/ls/target/classes/lk/himash/ls/LsApplication.class b/ls/target/classes/lk/himash/ls/LsApplication.class deleted file mode 100644 index c94c652..0000000 Binary files a/ls/target/classes/lk/himash/ls/LsApplication.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/controller/LaptopController.class b/ls/target/classes/lk/himash/ls/controller/LaptopController.class deleted file mode 100644 index a97f9c7..0000000 Binary files a/ls/target/classes/lk/himash/ls/controller/LaptopController.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/dto/LaptopDto.class b/ls/target/classes/lk/himash/ls/dto/LaptopDto.class deleted file mode 100644 index f726533..0000000 Binary files a/ls/target/classes/lk/himash/ls/dto/LaptopDto.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/model/Laptop.class b/ls/target/classes/lk/himash/ls/model/Laptop.class deleted file mode 100644 index 252868a..0000000 Binary files a/ls/target/classes/lk/himash/ls/model/Laptop.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/repository/LaptopRepository.class b/ls/target/classes/lk/himash/ls/repository/LaptopRepository.class deleted file mode 100644 index a50536e..0000000 Binary files a/ls/target/classes/lk/himash/ls/repository/LaptopRepository.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/service/LaptopService.class b/ls/target/classes/lk/himash/ls/service/LaptopService.class deleted file mode 100644 index bcc0339..0000000 Binary files a/ls/target/classes/lk/himash/ls/service/LaptopService.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/service/serviceImpl/LaptopServiceImpl.class b/ls/target/classes/lk/himash/ls/service/serviceImpl/LaptopServiceImpl.class deleted file mode 100644 index bfe46af..0000000 Binary files a/ls/target/classes/lk/himash/ls/service/serviceImpl/LaptopServiceImpl.class and /dev/null differ diff --git a/ls/target/classes/lk/himash/ls/util/DtoToEntity.class b/ls/target/classes/lk/himash/ls/util/DtoToEntity.class deleted file mode 100644 index b6cb5bd..0000000 Binary files a/ls/target/classes/lk/himash/ls/util/DtoToEntity.class and /dev/null differ diff --git a/ls/target/test-classes/lk/himash/ls/LsApplicationTests.class b/ls/target/test-classes/lk/himash/ls/LsApplicationTests.class deleted file mode 100644 index 71fe018..0000000 Binary files a/ls/target/test-classes/lk/himash/ls/LsApplicationTests.class and /dev/null differ