Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Jul 20, 2024
1 parent 01a5f7e commit 56e5650
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "jdk",
"request": "launch",
"name": "Launch Java App"
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Author: Sven Loesekann

Technologies: Angular, Angular-Cli, Ng-Bootstrap, Typescript, Spring Boot, H2, Postgresql, Liquibase, Jpa, Maven, Java, Hibernate Search

[![CodeQL](https://github.com/Angular2Guy/MovieManager/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Angular2Guy/MovieManager/actions/workflows/codeql-analysis.yml)

## Articles
* [An advanced complex datamigration solution](https://angular2guy.wordpress.com/2023/07/22/an-advanced-complex-datamigration-solution/)
* [The MovieManager project has 3 Test Types](https://angular2guy.wordpress.com/2023/01/22/the-moviemanager-project-has-3-test-types/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import ch.xxx.moviemanager.domain.model.dto.SearchTermDto;
import ch.xxx.moviemanager.usecase.mapper.DefaultMapper;
import ch.xxx.moviemanager.usecase.service.ActorService;
import ch.xxx.moviemanager.usecase.service.UserDetailService;

@RestController
@RequestMapping("rest/actor")
Expand Down

0 comments on commit 56e5650

Please sign in to comment.