Skip to content
Snippets Groups Projects
Commit 250de45a authored by Haoyu Sun's avatar Haoyu Sun
Browse files

Update 40 files

- /gradle/wrapper/gradle-wrapper.jar
- /gradle/wrapper/gradle-wrapper.properties
- /src/main/resources/static/css/ItemDetail.css
- /src/main/resources/static/css/bootstrap - Copy.css
- /src/main/resources/static/css/bootstrap.min - Copy.css
- /src/main/resources/static/css/index.css
- /src/main/resources/static/css/reset.css
- /src/main/resources/static/css/style.css
- /src/main/resources/static/images/index-image-1.jpg
- /src/main/resources/static/images/index-image-2.jpg
- /src/main/resources/static/images/logo.jpg
- /src/main/resources/static/images/photo.jpg
- /src/main/resources/static/lib/bootstrap.js
- /src/main/resources/static/lib/jquery.js
- /src/main/resources/templates/css/bootstrap - Copy.css
- /src/main/resources/templates/css/bootstrap.min - Copy.css
- /src/main/resources/templates/lib/bootstrap.js
- /src/main/resources/templates/lib/jquery.js
- /src/main/resources/templates/page/groupList.html
- /src/main/resources/templates/page/index.html
- /src/main/resources/templates/page/itemDetail.html
- /src/main/resources/templates/page/itemForm.html
- /src/main/resources/templates/page/itemList.html
- /src/main/resources/templates/page/personalInformation.html
- /src/main/resources/static/login.html
- /src/main/resources/static/register.html
- /src/main/resources/application.properties
- /src/test/java/uk/ac/cf/spring/demo/DemoApplicationTests.java
- /src/main/java/uk/ac/cf/spring/demo/takeaway/index/ExchangeController.java
- /src/main/java/uk/ac/cf/spring/demo/takeaway/index/ExchangeItem.java
- /src/main/java/uk/ac/cf/spring/demo/takeaway/index/ExchangeService.java
- /src/main/java/uk/ac/cf/spring/demo/takeaway/index/IndexController.java
- /src/main/java/uk/ac/cf/spring/demo/DemoApplication.java
- /.gitattributes
- /.gitignore
- /build.gradle
- /gradlew
- /gradlew.bat
- /README.md
- /settings.gradle
parent c63d334f
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 7674 deletions
/gradlew text eol=lf
*.bat text eol=crlf
*.jar binary
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
# Second Hand Disposal
## Getting started
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
## Add your files
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
```
cd existing_repo
git remote add origin https://git.cardiff.ac.uk/c24020257/second-hand-disposal.git
git branch -M main
git push -uf origin main
```
## Integrate with your tools
- [ ] [Set up project integrations](https://git.cardiff.ac.uk/c24020257/second-hand-disposal/-/settings/integrations)
## Collaborate with your team
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
}
group = 'uk.ac.cf.spring'
version = '0.0.1-SNAPSHOT'
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
configurations {
compileOnly {
extendsFrom annotationProcessor
}
}
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
tasks.named('test') {
useJUnitPlatform()
}
File deleted
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
#!/bin/sh
#
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
##############################################################################
#
# Gradle start up script for POSIX generated by Gradle.
#
# Important for running:
#
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
# noncompliant, but you have some other compliant shell such as ksh or
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh Gradle
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
# (2) This script targets any POSIX shell, so it avoids extensions provided
# by Bash, Ksh, etc; in particular arrays are avoided.
#
# The "traditional" practice of packing multiple parameters into a
# space-separated string is a well documented source of bugs and security
# problems, so this is (mostly) avoided, by progressively accumulating
# options in "$@", and eventually passing that to Java.
#
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
#
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
app_path=$0
# Need this for daisy-chained symlinks.
while
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
[ -h "$app_path" ]
do
ls=$( ls -ld "$app_path" )
link=${ls#*' -> '}
case $link in #(
/*) app_path=$link ;; #(
*) app_path=$APP_HOME$link ;;
esac
done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
warn () {
echo "$*"
} >&2
die () {
echo
echo "$*"
echo
exit 1
} >&2
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
nonstop=false
case "$( uname )" in #(
CYGWIN* ) cygwin=true ;; #(
Darwin* ) darwin=true ;; #(
MSYS* | MINGW* ) msys=true ;; #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD=$JAVA_HOME/jre/sh/java
else
JAVACMD=$JAVA_HOME/bin/java
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD=java
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi
# Increase the maximum file descriptors if we can.
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC2039,SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
fi
# Collect all arguments for the java command, stacking in reverse order:
# * args from the command line
# * the main class name
# * -classpath
# * -D...appname settings
# * --module-path (only if needed)
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for arg do
if
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
fi
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# possibly modified.
#
# NB: a `for` loop captures its iteration list before it begins, so
# changing the positional parameters here affects neither the number of
# iterations, nor the values presented in `arg`.
shift # remove old arg
set -- "$@" "$arg" # push replacement arg
done
fi
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
#
# In Bash we could simply go:
#
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
# set -- "${ARGS[@]}" "$@"
#
# but POSIX shell has neither arrays nor command substitution, so instead we
# post-process each arg (as a line of input to sed) to backslash-escape any
# character that might be a shell metacharacter, then use eval to reverse
# that process (while maintaining the separation between arguments), and wrap
# the whole thing up as a single "set" statement.
#
# This will of course break if any of these variables contains a newline or
# an unmatched quote.
#
eval "set -- $(
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
xargs -n1 |
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
tr '\n' ' '
)" '"$@"'
exec "$JAVACMD" "$@"
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
@rem This is normally unused
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega
rootProject.name = 'demo'
package uk.ac.cf.spring.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
}
package uk.ac.cf.spring.demo.takeaway.index;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.servlet.ModelAndView;
import java.util.List;
@Controller
public class ExchangeController {
// page /exchangeItemList
@GetMapping("/exchange")
public ModelAndView getExchange() {
ModelAndView modelAndView = new ModelAndView("/page/itemList");
ExchangeService exchangeService =ExchangeService.getInstance();
List<ExchangeItem> exchangeItems =exchangeService.getExchangeItems();
modelAndView.addObject("exchangeItems", exchangeItems);
return modelAndView;
}
// page /exchangeItemDetail
@GetMapping("/exchange/{id}")
public ModelAndView getExchangeItem(@PathVariable Long id) {
ModelAndView modelAndView = new ModelAndView("/page/itemDetail");
ExchangeService exchangeService = ExchangeService.getInstance();
ExchangeItem exchangeItem = exchangeService.getExchangeItem(id);
modelAndView.addObject("exchangeItem", exchangeItem);
return modelAndView;
}
// add new ExchangeItem
@GetMapping("/exchange/add")
public ModelAndView addExchangeItem() {
ModelAndView modelAndView = new ModelAndView("/page/itemForm");
return modelAndView;
}
// address form
@PostMapping("/exchangeItem")
public ModelAndView addExchangeItem(ExchangeItem exchangeItem) {
ExchangeService exchangeService = ExchangeService.getInstance();
exchangeService.addExchangeItem(exchangeItem);
ModelAndView modelAndView = new ModelAndView("redirect:/exchange");
return modelAndView;
}
}
package uk.ac.cf.spring.demo.takeaway.index;
import lombok.AllArgsConstructor;
import lombok.Data;
@Data
@AllArgsConstructor
public class ExchangeItem {
private Long id;
private String name;
private String description;
private boolean exchangeOrNot;
private boolean moneyOrNot;
}
package uk.ac.cf.spring.demo.takeaway.index;
import java.util.ArrayList;
import java.util.List;
public class ExchangeService {
private List<ExchangeItem> exchangeItems;
private static ExchangeService singleton;
private ExchangeService() {
exchangeItems = new ArrayList<>();
exchangeItems.addAll(List.of(
new ExchangeItem(1L, "oldClothes ", "Useless Old clothes, suitable for teenager", true, false),
new ExchangeItem(2L, "oldToy ", "Useless Old toys, suitable for kid", true, true),
new ExchangeItem(3L, "oldPens ", "Useless Old pens, suitable for adult", true, false),
new ExchangeItem(4L, "oldShoes ", "Useless Old clothes, suitable for teenager and adult", false, true)
));
}
// get instance
public static ExchangeService getInstance() {
if (singleton == null) {
singleton = new ExchangeService();
}
return singleton;
}
public List<ExchangeItem> getExchangeItems() {
return exchangeItems;
}
// through id to search exchangeItem
public ExchangeItem getExchangeItem(Long id) {
return exchangeItems.stream().filter(exchangeItem ->
exchangeItem.getId().equals(id)).findFirst().orElse(null);
}
// add post information to exchangeItem service own data
public void addExchangeItem(ExchangeItem exchangeItem) {
Long maxId =
exchangeItems.stream().mapToLong(ExchangeItem::getId).max().orElse(0L);
maxId++;
exchangeItem.setId(maxId);
exchangeItems.add(exchangeItem);
}
}
package uk.ac.cf.spring.demo.takeaway.index;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAndView;
import java.util.List;
@Controller
public class IndexController {
@GetMapping("/index")
public ModelAndView getIndex() {
ModelAndView modelAndView = new ModelAndView("/page/index");
return modelAndView;
}
@GetMapping("/groupList")
public ModelAndView getGroupList() {
ModelAndView modelAndView = new ModelAndView("/page/groupList");
return modelAndView;
}
@GetMapping("/itemForm")
public ModelAndView getitemForm() {
ModelAndView modelAndView = new ModelAndView("/page/itemForm");
return modelAndView;
}
// @GetMapping("/itemList")
// public ModelAndView getitemList() {
// ModelAndView modelAndView = new ModelAndView("/page/itemList");
// return modelAndView;
// }
@GetMapping("/itemList")
public ModelAndView getitemList() {
ModelAndView modelAndView = new ModelAndView("/page/itemList");
// Retrieve existing exchange items and add to the model
List<ExchangeItem> exchangeItems = ExchangeService.getInstance().getExchangeItems();
modelAndView.addObject("exchangeItems", exchangeItems);
return modelAndView;
}
@GetMapping("/personalInformation")
public ModelAndView personalInformation() {
ModelAndView modelAndView = new ModelAndView("/page/personalInformation");
return modelAndView;
}
}
spring.application.name=demo
.logo-section img {
height: 50px;
width: 50px;
}
/*.nav{*/
/* ul {*/
/* list-style: none;*/
/* padding: 0;*/
/* margin: 0;*/
/* li {*/
/* display: inline;*/
/* margin: 0 15px;*/
/* a {*/
/* text-decoration: none;*/
/* color: #333;*/
/* }*/
/* }*/
/* }*/
/*}*/
.logo-section img {
height: 50px; /* Logo height */
}
.nav ul {
list-style: none; /* cancel default list style */
padding: 0; /* cancel default padding */
margin: 0; /* cancel default margin */
}
.nav li {
display: inline; /* make list arranged in horizontal pattern */
margin: 0 15px; /* add left and right spacing */
}
.nav a {
text-decoration: none; /* remove underline */
color: #333; /* link color */
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
header{
height: 50px;
}
header div:nth-of-type(1){
float: left;
margin-right: 40px;
margin-top: 13px;
}
header div:nth-of-type(2) ul li{
float: left;
font-size: 16px;
padding:37px 24px 37px ;
}
header div:nth-of-type(3){
float: right;
}
body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif; /* set fonts */
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 20px;
background-color: #98F5FF;
position: fixed;
width: 100%;
top: 0;
z-index: 1000; /* place header on top */
}
.logo-section img {
height: 50px; /* Logo height */
}
.nav ul {
list-style: none; /* cancel default list style */
padding: 0; /* cancel default padding */
margin: 0; /* cancel default margin */
}
.nav li {
display: inline; /* make list arranged in horizontal pattern */
margin: 0 15px; /* add left and right spacing */
}
.nav a {
text-decoration: none; /* remove underline */
color: #333; /* link color */
}
main {
padding-top: 100px; /* reserve space for fixed header */
}
.content h1 {
text-align: center; /* Center the heading */
}
.content p {
text-align: left; /* Left-align the paragraph */
padding: 20px; /* Inner padding for the paragraph */
}
/*.description-image {*/
/* max-width: 100%; !* 使图片自适应宽度 *!*/
/* height: auto; !* 保持比例 *!*/
/*}*/
.image-container {
display: flex; /* Use flexbox for layout */
justify-content: space-between; /* Space images apart */
padding: 20px; /* Optional padding around the container */
}
.image-container img {
max-width: 45%; /* Set a max width for images */
height: auto; /* Maintain aspect ratio */
}
.community {
margin-top: 100px;
}
table {
margin-top: 100px; /* Moves the table down by 100 pixels */
}
.user-info {
margin-top: 100px; /* Moves the table down by 100 pixels */
}
/* 清空默认值 */
/* 块级元素除了div以外都会有默认值 内联元素除了img input textarea select之外都没有 */
* {
margin: 0;
padding: 0;
line-height: 1;
}
/* 去掉超链接的下划线 */
a {
text-decoration: none;
}
/* li去掉列表符号 */
li {
list-style: none;
}
/* 插入的图片 */
img {
/* 清除图片向下撑大的3px */
vertical-align: middle;
/* 超链接出来的图片都会存在边框 */
border: none;
}
/* 万能清除法 高度塌陷 */
.clearfix:after {
content: "";
display: block;
clear: both;
height: 0;
overflow: hidden;
visibility: hidden;
}
/* 左浮动 */
.l {
float: left;
}
/* 右浮动 */
.r {
float: right;
}
/* 安全区 */
.safe {
width: 1170px;
margin: 0 auto;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment