BAEL-16781 Moving top articles to their respective packages (#7594)
This commit is contained in:
committed by
Josh Cummings
parent
d3ba9f47ef
commit
721542f248
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.swaggerboot;
|
||||
package com.baeldung.swagger2boot;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.swaggerboot.configuration;
|
||||
package com.baeldung.swagger2boot.configuration;
|
||||
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.swaggerboot.controller;
|
||||
package com.baeldung.swagger2boot.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
Reference in New Issue
Block a user