Skip to content

Commit

Permalink
Adapt some of the information that is listed in the frontend applicat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
djFooFoo committed May 24, 2021
1 parent 2817965 commit c083410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/dj/personal/website/project/ProjectRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ private Collection<Project> createProjects() {
"This project is subject to confidentiality"
), smalsProject);

Project aquafinProject = createAndSaveProject("fa-water", "Aquafin", "Software & Data Engineer", "May 2021 - Present");
createAndSaveTechnologies(asSet("Java 11", "Spring", "Swagger", "JWT", "Intellij", "Jira", "Git", "Scrum/Agile", "Jenkins"), aquafinProject);

createAndSaveTechnologies(asSet(
"Backend development of a new application"
), aquafinProject);

return projectRepository.findAll();
}

Expand Down

0 comments on commit c083410

Please sign in to comment.