You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Fai Luk ff5218ae58 added po number syn m18, added qtyM18 and uomIdM18 in purchase order line, and added conversion m18 to purchase unit qty преди 1 седмица
gradle/wrapper initial commit преди 1 година
python no message преди 2 седмици
src added po number syn m18, added qtyM18 and uomIdM18 in purchase order line, and added conversion m18 to purchase unit qty преди 1 седмица
.gitignore SemiFGProductionAnalysisReport Excel Version преди 1 седмица
README.md tsms to fpsms преди 1 година
build.gradle gradlew bootRun преди 2 седмици
deployLocal.bat auto gen jo in schedule преди 3 месеца
gradle.properties A4 printer routing & register, new col "brand" is added to printer table, plz fill in with 'Zebra', 'Canon' or 'Brother' to make it works преди 2 седмици
gradlew initial commit преди 1 година
gradlew.bat initial commit преди 1 година
settings.gradle dependency for kotlin преди 1 година

README.md

FPSMS Backend

Getting started

  1. Create a schema named fpsmsdb in MySQL workbench
  2. Create a launch.json file and put it into the .vscode folder
{
    "version": "0.2.0",
    "configurations": [
      {
        "type": "java",
        "name": "FpsmsApplication",
        "request": "launch",
        "mainClass": "com.ffii.fpsms.fpsmsApplication",
        "projectName": "FPSMS-backend"
      },
      {
        "type": "java",
        "name": "Launch Local",
        "request": "launch",
        "mainClass": "com.ffii.fpsms.fpsmsApplication",
        "console": "internalConsole",
        "projectName": "FPSMS-backend",
        "args": "--spring.profiles.active=db-local,ldap-local"
      }
    ]
}
  1. Create a settings.json file and put it into the .vscode folder (You may need to change some settings depending on your development environment)
{
    "java.configuration.updateBuildConfiguration": "interactive",
    "java.jdt.ls.java.home": "C:\\java\\jdk-17.0.8",
    "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
  1. Run and Debug “Launch Local”

Using gradle

This project can also be run using gradle.

Running the application

After creating the table in MySQL, run

./gradlew bootRun --args='--spring.profiles.active=db-local'