Jump to content

blister2

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by blister2

  1. Thanks for trying. Is there any log I can use to resolve this issue? I'm guessing this is a JDBC issue. Below is my JDBC details. I made the program on Spring Boot using Java 1.7. It runs just fine on my local machine tomcat 8.5.

     

    spring.mvc.view.prefix: /WEB-INF/views/
    spring.mvc.view.suffix: .jsp
    spring.datasource.url=jdbc:mysql://localhost:3306/blister2_metrolotto?createDatabaseIfNotExist=true&useSSL=false
    spring.datasource.username=blister2_metro
    spring.datasource.password=thisisnotapassword

    Thanks again for your help.

     

    PS. I'm a newbee trying to learn some programming.

×
×
  • Create New...