Skip to content

material-de-java/CRUD_Facil_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_Facil_Java

A simple Java web application for performing CRUD operations.

Requisitos

  • Java 8 or higher installed on your machine
  • MySQL 5.7 or higher installed and configured
  • Dbeaver 23.0.0 or higher installed and configured

Installation

  1. Clone this repository to your local machine using the following command:
git clone https://github.com/tu-usuario/tu-proyecto.git
  1. Create a MySQL database and ensure you have the necessary credentials to connect to it.

  2. Modify the configuration file with your database information:

url=jdbc:mysql://localhost:puerto/nombre-de-tu-base-de-datos
  1. From the terminal, navigate to the project root folder and run the following command to compile and build the project:
./mvnw package

Uso

  1. Start Xampp.
  2. Start Apache and MySql.
  3. Open a web browser and navigate to http://localhost:8080.
  4. Open Netbeans.
  5. Run the program.

About

a simple Java web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages