12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								@startuml
							 | 
						||
| 
								 | 
							
								package com.iluwatar.price.microservice {
							 | 
						||
| 
								 | 
							
								  class PriceApplication {
							 | 
						||
| 
								 | 
							
								    + PriceApplication()
							 | 
						||
| 
								 | 
							
								    + main(args : String[]) {static}
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								  class PriceController {
							 | 
						||
| 
								 | 
							
								    + PriceController()
							 | 
						||
| 
								 | 
							
								    + getPrice() : String
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								@enduml
							 |