File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <artifactId >HikariCP</artifactId >
4848 <version >3.2.0</version >
4949 </dependency >
50+
51+ <dependency >
52+ <groupId >org.springframework</groupId >
53+ <artifactId >spring-jdbc</artifactId >
54+ </dependency >
5055 </dependencies >
5156
5257 <build >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ application.main=com.abel.quartz.Application
1717
1818
1919# # \u4E3B\u6570\u636E\u6E90\uFF0C\u9ED8\u8BA4\u7684
20- spring.datasource.url =jdbc:mysql://localhost:3306/quart ?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false
20+ spring.datasource.url =jdbc:mysql://localhost:3306/quartz ?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false
2121spring.datasource.username =root
2222spring.datasource.password =admin
2323spring.datasource.driverClassName =com.mysql.jdbc.Driver
You can’t perform that action at this time.
0 commit comments