Commit 9d889c8b authored by EnesKarakas's avatar EnesKarakas
Browse files

new backend

parent 888289d4
spring.datasource.url=jdbc:mysql://db.fkc.hft-stuttgart.de/dp4s_22kaen1bdi springdoc.api-docs.path=/api-docs
spring.datasource.username=dp4s_22kaen1bdi server.servlet.contextPath=/
spring.datasource.password=jAiCHaeNDEREeS server.port=8080
spring.jpa.hibernate.ddl-auto=create-drop spring.jackson.date-format=io.swagger.RFC3339DateFormat
\ No newline at end of file spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
\ No newline at end of file
package com.SWP.SS24.Wetterdaten_sammeln;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment