commit
f3063ad0b2
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
public class Article {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import static com.baeldung.controller.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
import static com.baeldung.optionalpathvars.Article.DEFAULT_ARTICLE;
|
||||
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.controller.optionalpathvars;
|
||||
package com.baeldung.optionalpathvars;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
|
Loading…
Reference in New Issue