disabled jooq logo
This commit is contained in:
		| @@ -31,6 +31,11 @@ public class InitialConfiguration { | |||||||
| 		return new DefaultDSLContext(configuration()); | 		return new DefaultDSLContext(configuration()); | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
|  | 	@Bean | ||||||
|  | 	public void disableLogo() { | ||||||
|  | 		System.setProperty("org.jooq.no-logo", "true"); | ||||||
|  | 	} | ||||||
|  | 	 | ||||||
| 	public DefaultConfiguration configuration() { | 	public DefaultConfiguration configuration() { | ||||||
| 		DefaultConfiguration jooqConfiguration = new DefaultConfiguration(); | 		DefaultConfiguration jooqConfiguration = new DefaultConfiguration(); | ||||||
| 		jooqConfiguration.set(connectionProvider()); | 		jooqConfiguration.set(connectionProvider()); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user