Sjednoceno načítání názvu entity pro hibernate.

Změněn uživatel pro přístup do DB z admin na isspt.
This commit is contained in:
2014-06-08 14:38:35 +02:00
parent 4451850603
commit af7f148f33
9 changed files with 17 additions and 50 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.dialect=org.hibernate.dialect.MySQLDialect
jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst?characterEncoding=latin2
jdbc.username=root
jdbc.username=isspst
jdbc.password=xsacfgd
-14
View File
@@ -1,14 +0,0 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>
Hello world!
</h1>
<P> The time on the server is ${serverTime}. </P>
</body>
</html>