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
spring.datasource.username=dp4s_22kaen1bdi
spring.datasource.password=jAiCHaeNDEREeS
spring.jpa.hibernate.ddl-auto=create-drop
\ No newline at end of file
springdoc.api-docs.path=/api-docs
server.servlet.contextPath=/
server.port=8080
spring.jackson.date-format=io.swagger.RFC3339DateFormat
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