Commit f0e108bb by 吴迪

Merge remote-tracking branch 'origin/master'

parents 3e2eb5aa bc9200df
......@@ -12,6 +12,7 @@ target
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
......
......@@ -32,7 +32,7 @@ import java.util.logging.Logger;
* @date 2021-12-09 15:22:24
*/
@RestController
@RequestMapping("barcodegeneration")
@RequestMapping("/barcodegeneration")
public class BarcodeController {
private final Log logger = LogFactory.getLog(getClass());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment