renamed eurika to eureka

This commit is contained in:
hirst 2024-05-27 17:19:57 +02:00
parent c02b24e766
commit a651681c67
2 changed files with 2 additions and 2 deletions

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;