mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Documentation
This commit is contained in:
parent
80a625a337
commit
7c3b23015b
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
f<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||||
@ -88,22 +88,22 @@
|
|||||||
<p>The first one is configuring your <code>application.properties</code> file:</p>
|
<p>The first one is configuring your <code>application.properties</code> file:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<code class="language-properties"># The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
<code class="language-properties">## The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
||||||
dbadmin.baseUrl=admin
|
dbadmin.baseUrl=admin
|
||||||
|
|
||||||
# The package(s) that contain your @Entity classes
|
## The package(s) that contain your @Entity classes
|
||||||
# accepts multiple comma separated values
|
## accepts multiple comma separated values
|
||||||
dbadmin.modelsPackage=your.models.package,your.second.models.package
|
dbadmin.modelsPackage=your.models.package,your.second.models.package
|
||||||
|
|
||||||
## It is required to have open-in-view set to true
|
## At the moment, it's required to have open-in-view set to true.
|
||||||
# spring.jpa.open-in-view=true
|
# spring.jpa.open-in-view=true
|
||||||
|
|
||||||
# OPTIONAL PARAMETERS
|
## OPTIONAL PARAMETERS
|
||||||
# Whether to enable to web interface
|
## Whether to enable Spring Boot Database Admin
|
||||||
# dbadmin.enabled=true
|
# dbadmin.enabled=true
|
||||||
#
|
#
|
||||||
# Set to true if you need to run the tests, as it will customize
|
## Set to true if you need to run the tests, as it will customize
|
||||||
# the database configuration for the internal DataSource
|
## the database configuration for the internal DataSource
|
||||||
# dbadmin.testMode=false
|
# dbadmin.testMode=false
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user