Skip to content

n4h0y/euphoria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RECOMMENDED DEV TOOLS: -Eclipse Juna -Maven -MySQL

SETUP:

-create database in mysql

CREATE DATABASE euphoria

-create a user for mysql

CREATE USER 'server'@'localhost' IDENTIFIED BY 'serverpwd';

-grant access to the database

GRANT ALL PRIVILEGES ON * . * TO 'server'@'localhost';

ECLIPSE SETUP: -import the pom.xml file -run using maven with a goal tomcat7:run

About

Experiment with Spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors