Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Manuel Ruiz Fernández
/
freemarker
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5a3b8da6
authored
May 04, 2023
by
Francisco Javier
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
pequeños cambios
parent
649118c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
pom.xml
src/main/resources/templates/index.ftl
pom.xml
View file @
5a3b8da6
...
...
@@ -37,11 +37,6 @@
<artifactId>
h2
</artifactId>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
fish.payara.extras
</groupId>
<artifactId>
payara-embedded-all
</artifactId>
<version>
8.0.1
</version>
</dependency>
</dependencies>
<build>
...
...
src/main/resources/templates/index.ftl
View file @
5a3b8da6
...
...
@@ -13,7 +13,7 @@
<div
class=
"container"
>
<div
class=
"panel panel-primary"
>
<div
class=
"panel-heading"
>
<h2>
Home Page
</h2>
<h2>
Pagina de inicio
</h2>
</div>
<a
href=
"showSalas"
>
Ver Salas (Recuperar datos de salas de la base de datos.)
</a>
<br/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment