Package io.quarkus.agroal.runtime
Interface DataSourcesJdbcBuildTimeConfig.DevUIBuildTimeConfig
- Enclosing interface:
DataSourcesJdbcBuildTimeConfig
public static interface DataSourcesJdbcBuildTimeConfig.DevUIBuildTimeConfig
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()Activate or disable the dev ui page. -
allowSql
@WithDefault("false") boolean allowSql()Allow sql queries in the Dev UI page -
appendToDefaultSelect
Append this to the select done to fetch the table values. eg: LIMIT 100 or TOP 100 -
allowedDBHost
Allowed database host. By default, only localhost is allowed. Any provided host here will also be allowed. You can use the special value*to allow any DB host.
-