Giter Site home page Giter Site logo

spring-boot-tdd's Introduction

################ Exercise-Related Database Setup Instructions ############################

Be sure you have installed a MySQL Community Edition Server, and that you have done the following:

1. The database server is up and running on port 3306
2. There is a DB named:  "spring-tdd"
3. There is a user with proper privileges granted to the "spring-tdd" scheme.  The exercises assume a usernmae of "tddfer".  Feel free to change the actual username to suit your preferences.
4. The user's password is set to "booth" or whatever value you prefer.

Finally, modify the application.properties files to have the correct database connection URL with accurate schema name and port number; plus correct username and password values too, e.g.:

spring.datasource.url = jdbc:mysql://localhost:3306/spring-tdd
spring.datasource.username = tddfer
spring.datasource.password = booth  

################ Additional MySQL Setup Resources ############################

Detailed instructions for installing, starting/stopping, and creating users for MySQL can be found at the following site:

https://dev.mysql.com/doc/refman/5.7/en/installing.html

Detailed instructions for using the MySQL Workbench to create and setup your first schema can be found at the following site:

https://dev.mysql.com/doc/workbench/en/workbench-faq.html#faq-workbench-create-database

spring-boot-tdd's People

Contributors

fmendozaro avatar wseng avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.