August 2017
Beginner to intermediate
370 pages
8h 37m
English
Place the following configuration-related code in the application.properties file. The following code represents the database server address as 127.0.0.1:3306 and the database as healthapp:
spring.datasource.driverClassName=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://127.0.0.1:3306/healthapp spring.datasource.username=root spring.datasource.password=root
Read now
Unlock full access