Skip to content

Dev-Mind/devmind-http2

Repository files navigation

HTTP2

Dev-Mind

DB setup

Install a version of MySQL > 5.x. After this step connect you as root

mysql -u root -p

You can create the schema and a user

CREATE DATABASE performance;
CREATE USER 'devmind'@'localhost' IDENTIFIED BY 'devmind';
GRANT ALL on performance.* TO 'devmind'@'localhost'

About

HTTP 2 in a spring boot webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published