BAEL-4783 fix package name
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.cucumber_tags;
|
||||
package com.baeldung.cucumber.tags;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.cucumber_tags.controller;
|
||||
package com.baeldung.cucumber.tags.controller;
|
||||
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
package com.baeldung.cucumber_tags.controller;
|
||||
package com.baeldung.cucumber.tags.controller;
|
||||
|
||||
import com.baeldung.cucumber_tags.service.RandomNumberGeneratorService;
|
||||
import com.baeldung.cucumber.tags.service.RandomNumberGeneratorService;
|
||||
import lombok.Data;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.Model;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.cucumber_tags.service;
|
||||
package com.baeldung.cucumber.tags.service;
|
||||
|
||||
import java.util.concurrent.ThreadLocalRandom;
|
||||
|
||||
Reference in New Issue
Block a user