Project Menager – web application for projects management. This application enable to manage and view structure of projects and files from Repository located in local server without need for downloading.
- Java:
- Spring Framework:
- Spring MVC: application-level on the basis on design pattern: model-view-controller
- Spring Security:
- Spring Boot:
- JPA & Hibernate:
- Spring Framework:
- HTML
- Thymeleaf
- CSS
- IntelliJ IDEA 2017.2.6
- Maven
- XAMPP [MySQL]
- Home page:
- Overall review of repositories carried by company:
- Adding new Repository(Putting the Bare Repository on a Server):
- Details of Repository: tags, tree file in Repository and editing descriptions:
- Preview of the sets content:
- Adding or deleting existed Repository to Sets
- src:
- main:
- java/zmt/forum:
- controllers:
- IndexController.java
- RepoController.java
- SetController.java
- entity:
- Composition.java
- Repo.java
- Set.java
- repository:
- CompositionRepository.java
- RepoRepository.java
- SetRepository.java
- services:
- CompositionService.java
- RepoService.java
- SetService.java
- trees:
- Node.java
- NoteType.enum
- Tree.java
- TreeType.enum
- ManagerApplication.java
- controllers:
- resources:
- templates:
- _links.html
- _navigation.html
- _treeview.html
- contentfile.html
- index.html
- newrepo.html
- newset.html
- repodetails.html
- repos.html
- setdetails.html
- sets.html
- application.properties
- templates:
- java/zmt/forum:
- test/java/pl/zmt/manager
- ManagerApplicationTests.java [TODO]
- main:
- pom.xml