Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9364794

Browse files
Added resources folder in the MVCPracticeAdvanced section of a small course on Java EE
1 parent c40cd5f commit 9364794

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
db.url=jdbc:postgresql://localhost:5432/flight_repository
2+
db.user=postgres
3+
db.pass=postgres
4+
5+
# Path for saving files (pictures) on the server (in the cloud).
6+
# For example (on my local machine):
7+
# - option "image.base.url=\\Image" is 'c:\\' - disk root.
8+
# - option 'image.base.url=..\\Image' is path 'C:\Apache Software\apache-tomcat-10.1.9\'
9+
# - option 'image.base.url=..\\..\\Image' is path 'C:\Apache Software\'
10+
# - option 'image.base.url=Image' the file will be saved in
11+
# 'C:\Apache Software\apache-tomcat-10.1.9\bin\Image\users\birthday.jpg'
12+
# for our application to work, we will specify the absolute path or
13+
# path tied to '${pageContext.request.contextPath}' and that is
14+
# 'http://localhost:8080//' if Application context in configuration server is '/'
15+
# see jstl_img_reg_form.jsp
16+
17+
image.base.url=..\\work\\Image
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
page.login.email=Email
2+
page.login.message.error=Email or password is not correct!
3+
page.login.password=Password
4+
page.login.register.button=REGISTRATION
5+
page.login.submit.button=LOGIN
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
page.login.email=\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430
2+
page.login.message.error=\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430 \u0438\u043B\u0438 \u043F\u0430\u0440\u043E\u043B\u044C \u043D\u0435 \u0432\u0435\u0440\u043D\u044B!
3+
page.login.password=\u041F\u0430\u0440\u043E\u043B\u044C
4+
page.login.register.button=\u0420\u0415\u0413\u0418\u0421\u0422\u0420\u0410\u0426\u0418\u042F
5+
page.login.submit.button=\u0412\u0425\u041E\u0414

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /