https://github.com/hamletbarsamyan/listing-service
Listing application backend
https://github.com/hamletbarsamyan/listing-service
dynamic-attributes eav-model ecommerce i18n java jwt listings multilanguage mysql product-management spring-boot spring-boot-2 spring-security-jwt warehouse-management
Last synced: about 1 month ago
JSON representation
Listing application backend
- Host: GitHub
- URL: https://github.com/hamletbarsamyan/listing-service
- Owner: hamletbarsamyan
- License: apache-2.0
- Created: 2021-12-18T14:12:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T14:28:17.000Z (over 4 years ago)
- Last Synced: 2025-12-12T23:39:09.646Z (6 months ago)
- Topics: dynamic-attributes, eav-model, ecommerce, i18n, java, jwt, listings, multilanguage, mysql, product-management, spring-boot, spring-boot-2, spring-security-jwt, warehouse-management
- Language: Java
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/HOME/config/application.properties
Awesome Lists containing this project
README
# listing-service
Listing application backend
### Required softwares
a) java 11
b) database server - mysql 8
### Running application
Run the following scripts in setup/sql/ folder:
database_schema.sql
listing_inserts.sql
Set configuration settings in support/HOME/config/
application.properties
For running application from IDE set environment variables
SPRING_CONFIG_LOCATION=/PATH_TO/HOME/config/
SPRING_CONFIG_NAME=application
For running application from command line
java -jar listings.jar --spring.config.location=/PATH_TO/HOME/config/ --spring.config.name=application
Run as service
sudo ln -s /path_to_listings_jar/listings.jar /etc/init.d/listings-service
sudo service listings-service start