更新license

This commit is contained in:
三丙
2025-03-04 10:42:17 +08:00
parent 922b0f0dee
commit 6be6b88190
297 changed files with 1199 additions and 594 deletions

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/jcpp-base:1.0 AS base
WORKDIR /app
COPY . .

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/mvn:3.9.9-jdk21 AS base
WORKDIR /app
COPY . .

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
networks:
sanbing-network:
driver: bridge

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
networks:
sanbing-network:
driver: bridge

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
volumes:
postgresql_data: {}

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
networks:
sanbing-network:
driver: bridge

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
networks:
sanbing-network:
driver: bridge

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
networks:
sanbing-network:
driver: bridge

View File

@@ -1,8 +1,11 @@
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
FROM registry.cn-hangzhou.aliyuncs.com/sanbing/jcpp-base:1.0 AS base
WORKDIR /app
COPY . .

View File

@@ -1,8 +1,11 @@
--
-- 抖音关注:程序员三丙
-- 知识星球https://t.zsxq.com/j9b21
-- 开源代码,仅供学习和交流研究使用,商用请联系三丙
-- 微信mohan_88888
-- 抖音:程序员三丙
-- 付费课程知识星球https://t.zsxq.com/aKtXo
--
CREATE TABLE IF NOT EXISTS jcpp_user
(
id uuid not null

View File

@@ -1,9 +1,12 @@
#!/bin/bash
#
# 抖音关注:程序员三丙
# 知识星球https://t.zsxq.com/j9b21
# 开源代码,仅供学习和交流研究使用,商用请联系三丙
# 微信mohan_88888
# 抖音:程序员三丙
# 付费课程知识星球https://t.zsxq.com/aKtXo
#
echo "Starting Server ..."
export JAVA_APP_OPTS="-XX:+UseContainerSupport -XX:InitialRAMPercentage=50 -XX:MaxRAMPercentage=90 \