| 
					
				 | 
			
			
				@ -30,9 +30,10 @@ hibernate: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  physical_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy #springJPA使用驼峰式(hibernate5以上使用) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  implicit_naming_strategy: org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				--- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  profiles: jwtest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  profiles: jwdev 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  datasource: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    username: root 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -40,8 +41,8 @@ spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				--- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  profiles: jwdev 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  profiles: jwtest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  datasource: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    url: jdbc:mysql://172.19.103.77/jw2?useUnicode:true&characterEncoding=utf-8&autoReconnect=true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    username: root 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    password: 123456 
			 |