mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-07 04:31:12 +00:00
Adapted instructions for next release
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/java.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/java.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/xml.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/xml.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/properties.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/properties.min.js"></script>
|
||||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/dark.min.css"> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Top navbar -->
|
<!-- Top navbar -->
|
||||||
@@ -98,7 +97,7 @@
|
|||||||
<code class="language-xml"><dependency>
|
<code class="language-xml"><dependency>
|
||||||
<groupId>tech.ailef</groupId>
|
<groupId>tech.ailef</groupId>
|
||||||
<artifactId>snap-admin</artifactId>
|
<artifactId>snap-admin</artifactId>
|
||||||
<version>0.1.9</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
@@ -109,7 +108,11 @@
|
|||||||
<h3 class="fw-bold">2. Configure SnapAdmin</h3>
|
<h3 class="fw-bold">2. Configure SnapAdmin</h3>
|
||||||
<p>Add the minimum required properties to your <code>application.properties</code> file.</p>
|
<p>Add the minimum required properties to your <code>application.properties</code> file.</p>
|
||||||
<pre>
|
<pre>
|
||||||
<code class="language-properties"># the root path of all SnapAdmin routes
|
<code class="language-properties">
|
||||||
|
# SnapAdmin is not enabled by default
|
||||||
|
snapadmin.enabled=true
|
||||||
|
|
||||||
|
# the root path of all SnapAdmin routes
|
||||||
snapadmin.baseUrl=admin
|
snapadmin.baseUrl=admin
|
||||||
|
|
||||||
# comma-separated list of packages to scan for @Entity classes
|
# comma-separated list of packages to scan for @Entity classes
|
||||||
|
Reference in New Issue
Block a user