Merge branch '17-add-swagger-for-api-dokumentation' into 'main'
Resolve "Add swagger for api Dokumentation" Closes #17 See merge request padas/24ss-5430-web-and-data-eng/gruppe-3/datadash!9
This commit is contained in:
		
							
								
								
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								pom.xml
									
									
									
									
									
								
							@@ -22,20 +22,29 @@
 | 
				
			|||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-data-jpa</artifactId>
 | 
								<artifactId>spring-boot-starter-data-jpa</artifactId>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
							
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-thymeleaf</artifactId>
 | 
								<artifactId>spring-boot-starter-thymeleaf</artifactId>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-web</artifactId>
 | 
								<artifactId>spring-boot-starter-web</artifactId>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
					   			<groupId>org.springdoc</groupId>
 | 
				
			||||||
 | 
					   			<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
 | 
				
			||||||
 | 
					   			<version>2.0.2</version>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-tomcat</artifactId>
 | 
								<artifactId>spring-boot-starter-tomcat</artifactId>
 | 
				
			||||||
			<scope>provided</scope>
 | 
								<scope>provided</scope>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
							
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.springframework.boot</groupId>
 | 
								<groupId>org.springframework.boot</groupId>
 | 
				
			||||||
			<artifactId>spring-boot-starter-test</artifactId>
 | 
								<artifactId>spring-boot-starter-test</artifactId>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user