Open CutTheWire opened 2 months ago
springboot/src/main/resources/application.properties
spring.application.name=ChatBot_Backend spring.datasource.url=jdbc:mysql://mysql:3306/chatbot?useSSL=false spring.datasource.username=root spring.datasource.password=1234 spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect spring.security.user.name=root spring.security.user.password=1234 jwt.secret=8f5c2e8c8a3f91dcbf8e9d4a2e8c4f1e4b2e5a3b9e8a4d5f1c2a3b4d6e7f8a9c
springboot/src/main/resources/application.properties