mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update layout.html
This commit is contained in:
parent
383edc1656
commit
5f7d612f2f
1 changed files with 7 additions and 1 deletions
|
@ -88,7 +88,13 @@
|
|||
</div>
|
||||
|
||||
<script th:src="@{/webjars/bootstrap/5.3.3/dist/js/bootstrap.bundle.min.js}"></script>
|
||||
|
||||
<script src="https://unpkg.com/@elastic/apm-rum@5.16.1/dist/bundles/elastic-apm-rum.umd.js" crossorigin></script>
|
||||
<script>
|
||||
elasticApm.init({
|
||||
serviceName: 'my-service-name',
|
||||
serverUrl: 'http://192.168.1.193:8200',
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue