Skip to content

Commit

Permalink
Merge pull request #30 from nguyenkhanhquy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
nguyenkhanhquy authored Jul 31, 2024
2 parents c0c9b22 + 0ff406a commit 0227ec3
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Nguyễn Khánh Quy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# jacobin-store
# Jacobin Store

Final term project of the "Web Programming" course - Jacobin Store

## Table of Contents

1. [Prerequisites](#prerequisites)
1. [Technology Stack](#technology-stack)
1. [Author](#author)
1. [License](#license)

## Prerequisites

- Java Development Kit (JDK) 8 or later

## Technology Stack

- **Programming Language**: Java
- **Web Technologies**: Java Servlet, JSP
- **Web Server**: Apache Tomcat
- **Frontend Technologies**: HTML, CSS, JavaScript
- **Build Tool**: Maven
- **Database**: MySQL
- **Version Control**: Git
- **Development Environment**: Eclipse

## Author

- Author Name: `Nguyễn Khánh Quy`
- Email: <[email protected]>

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/nguyenkhanhquy/jacobin-store/blob/main/LICENSE) file for details.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.13</version>
<version>2.7.15</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.persistence</groupId>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
</dependency>

<dependency>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.25.42</version>
<version>2.26.12</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -125,7 +125,7 @@
<artifactItem>
<groupId>com.heroku</groupId>
<artifactId>webapp-runner</artifactId>
<version>9.0.87.0</version>
<version>9.0.89.0</version>
<destFileName>webapp-runner.jar</destFileName>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 0227ec3

Please sign in to comment.