mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Adapted instructions for next release
This commit is contained in:
parent
231383de84
commit
c1ec3425b5
@ -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/xml.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>
|
||||
<body>
|
||||
<!-- Top navbar -->
|
||||
@ -98,7 +97,7 @@
|
||||
<code class="language-xml"><dependency>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>snap-admin</artifactId>
|
||||
<version>0.1.9</version>
|
||||
<version>0.2.0</version>
|
||||
</dependency>
|
||||
</code>
|
||||
</pre>
|
||||
@ -109,7 +108,11 @@
|
||||
<h3 class="fw-bold">2. Configure SnapAdmin</h3>
|
||||
<p>Add the minimum required properties to your <code>application.properties</code> file.</p>
|
||||
<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
|
||||
|
||||
# comma-separated list of packages to scan for @Entity classes
|
||||
|
Loading…
x
Reference in New Issue
Block a user