basic-spring to master #5

Merged
hirst merged 9 commits from basic-spring into master 2024-05-27 17:32:47 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a651681c67 - Show all commits

View file

@ -1,4 +1,4 @@
package com.learningpulse.eurika;
package com.learningpulse.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View file

@ -1,4 +1,4 @@
package com.learningpulse.eurika;
package com.learningpulse.eureka;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;