diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4410466..9c1984b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,14 +15,16 @@ itbaima: contact-cache: true work-dir: robot-data cache-dir: cache + spring: datasource: - driverClassName: com.mysql.jdbc.Driver - url: jdbc:mysql://localhost:3306/microservice + driverClassName: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://localhost:3306/database username: root - password: root + password: 123456 # thymeleaf: # suffix: .html # prefix: classpath:/templates/ + server: port: 8080 \ No newline at end of file