File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
22
/nbbuild /
23
23
/dist /
24
24
/nbdist /
25
- /.nb-gradle /
25
+ /.nb-gradle /
26
+
27
+ # ## Application specific ###
28
+ application-dev.properties
Original file line number Diff line number Diff line change 37
37
<groupId >org.springframework.boot</groupId >
38
38
<artifactId >spring-boot-starter-web</artifactId >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >mysql</groupId >
42
+ <artifactId >mysql-connector-java</artifactId >
43
+ </dependency >
40
44
41
45
<dependency >
42
46
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change
1
+ spring.datasource.url =jdbc:mysql://localhost:3306/task_agile?useSSL =false
2
+ spring.datasource.username =<username>
3
+ spring.datasource.password =<password>
4
+ spring.datasource.driver-class-name =com.mysql.jdbc.Driver
You can’t perform that action at this time.
0 commit comments